Yohahaha commented on code in PR #7131:
URL: https://github.com/apache/incubator-gluten/pull/7131#discussion_r1751191866


##########
dev/builddeps-veloxbe.sh:
##########
@@ -173,6 +173,8 @@ if [ "$ENABLE_VCPKG" = "ON" ]; then
     # vcpkg will install static depends and init build environment
     envs="$("$GLUTEN_DIR/dev/vcpkg/init.sh")"
     eval "$envs"
+else
+    echo "Dynamic linked libs based building is deprecated, please enabled 
VCPKG based building."

Review Comment:
   can we reserve dynamic link? I found static build is unstable in CI, it's 
better keep both way.



-- 
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