PHILO-HE commented on code in PR #6569:
URL: https://github.com/apache/incubator-gluten/pull/6569#discussion_r1692553639


##########
dev/package-vcpkg.sh:
##########
@@ -13,5 +16,13 @@ if [ "$LINUX_OS" == "centos" ]; then
     source /opt/rh/devtoolset-9/enable
   fi
 fi
+
+# prepare vcpkg environments
 source ./dev/vcpkg/env.sh
-./dev/buildbundle-veloxbe.sh --build_tests=ON --build_benchmarks=ON 
--enable_s3=ON  --enable_hdfs=ON
+
+# build gluten with velox backend, prompt always respond y
+export PROMPT_ALWAYS_RESPOND=y
+./dev/buildbundle-veloxbe.sh --build_tests=ON --build_benchmarks=ON 
--enable_s3=ON  --enable_hdfs=ON "$@"
+
+# make thirdparty package
+./dev/build-thirdparty.sh

Review Comment:
   This script is for vcpkg build with all dependencies statically linked. No 
need to pack shared libs.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to