Skip to content

Commit

Permalink
mark deprecated on dynmiac linked lib based build
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
  • Loading branch information
zhouyuan committed Sep 9, 2024
1 parent dfa9916 commit 7688f6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/builddeps-veloxbe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
fi

if [ "$SPARK_VERSION" = "3.2" ] || [ "$SPARK_VERSION" = "3.3" ] \
Expand Down

0 comments on commit 7688f6d

Please sign in to comment.