This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 204b7d3 [ISSUE-3674] Disable thrift code gen for Javascript (#3675)
204b7d3 is described below
commit 204b7d31fe06b6f723b4b4d15d90704adf5b8a6c
Author: Steve Yurong Su (宇荣) <[email protected]>
AuthorDate: Tue Aug 3 05:58:06 2021 -0500
[ISSUE-3674] Disable thrift code gen for Javascript (#3675)
---
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 -->