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 <[email protected]> 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 -->
