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:33:48 UTC

[iotdb] branch issue-3674-0.12 updated: [ISSUE-3674] Disable thrift code gen for Javascript

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

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


The following commit(s) were added to refs/heads/issue-3674-0.12 by this push:
     new 97df2a1  [ISSUE-3674] Disable thrift code gen for Javascript
97df2a1 is described below

commit 97df2a1ffc87fc4a78f4ac2f3d74d62be6fb308a
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 d9db32c..f48623f 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 -->