You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ro...@apache.org on 2021/08/03 08:26:18 UTC

[iotdb] branch issue-3674 created (now 8ff805e)

This is an automated email from the ASF dual-hosted git repository.

rong pushed a change to branch issue-3674
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at 8ff805e  [ISSUE-3674] Disable thrift code gen for Javascript

This branch includes the following new commits:

     new 8ff805e  [ISSUE-3674] Disable thrift code gen for Javascript

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[iotdb] 01/01: [ISSUE-3674] Disable thrift code gen for Javascript

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rong pushed a commit to branch issue-3674
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 8ff805ed2b8c7cb99010215a8caebf584cbb8ad3
Author: Steve Yurong Su <ro...@apache.org>
AuthorDate: Tue Aug 3 16:25:38 2021 +0800

    [ISSUE-3674] Disable thrift code gen for Javascript
---
 compile-tools/thrift/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/compile-tools/thrift/pom.xml b/compile-tools/thrift/pom.xml
index 2b829f8..4d5c07f 100644
--- a/compile-tools/thrift/pom.xml
+++ b/compile-tools/thrift/pom.xml
@@ -147,7 +147,7 @@
                                         <option>-DTHRIFT_COMPILER_HTML=OFF</option>
                                         <option>-DTHRIFT_COMPILER_JAVA=ON</option>
                                         <option>-DTHRIFT_COMPILER_JAVAME=ON</option>
-                                        <option>-DTHRIFT_COMPILER_JS=ON</option>
+                                        <option>-DTHRIFT_COMPILER_JAVASCRIPT=OFF</option>
                                         <option>-DTHRIFT_COMPILER_JSON=OFF</option>
                                         <option>-DTHRIFT_COMPILER_LUA=OFF</option>
                                         <option>-DTHRIFT_COMPILER_NETCORE=ON</option>
@@ -170,6 +170,7 @@
                                         <!-- Don't build Java, as the libs are available via Maven -->
                                         <option>-DBUILD_JAVA=OFF</option>
                                         <option>-DBUILD_PYTHON=${thrift.with.python}</option>
+                                        <option>-DBUILD_JAVASCRIPT=OFF</option>
                                         <option>-DBUILD_HASKELL=OFF</option>
                                         <option>-DWITH_SHARED_LIB=OFF</option>
                                         <!-- Generate libthrift.a to compile IoTDB Session -->