This is an automated email from the ASF dual-hosted git repository.
yangzy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 8944a18b65 [GLUTEN-7446][BUILD] Build third party libs using jar from
JAVA_HOME (#7736)
8944a18b65 is described below
commit 8944a18b653b4472fe84a0825ebf5e3d4f053120
Author: Zand100 <[email protected]>
AuthorDate: Sun Nov 3 08:23:28 2024 -0500
[GLUTEN-7446][BUILD] Build third party libs using jar from JAVA_HOME (#7736)
---
dev/build-thirdparty.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/build-thirdparty.sh b/dev/build-thirdparty.sh
index 90fc5e58fb..ee827ef197 100755
--- a/dev/build-thirdparty.sh
+++ b/dev/build-thirdparty.sh
@@ -82,4 +82,4 @@ elif [ "$LINUX_OS" == "debian" ]; then
fi
fi
cd $THIRDPARTY_LIB/
-jar cvf gluten-thirdparty-lib-$LINUX_OS-$VERSION-$ARCH.jar ./
+$JAVA_HOME/bin/jar cvf gluten-thirdparty-lib-$LINUX_OS-$VERSION-$ARCH.jar ./
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]