-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GLUTEN-8611][VL] Pass ENABLE_VCPKG to build_velox.sh and set VELOX_GFLAGS_TYPE #8612
base: main
Are you sure you want to change the base?
Conversation
@PHILO-HE Could you help to review? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one comment. Please confirm it.
ep/build-velox/src/build_velox.sh
Outdated
@@ -117,6 +127,9 @@ function compile { | |||
echo "ENABLE_BENCHMARK is ON. Disabling Tests, GCS and ABFS connectors if enabled." | |||
COMPILE_OPTION="$COMPILE_OPTION -DVELOX_ENABLE_BENCHMARKS=ON" | |||
fi | |||
if [ $ENABLE_VCPKG == "ON" ]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems we can just rely on this check to see whether the below env variable is set:
if [ -n "${GLUTEN_VCPKG_ENABLED:-}" ];
Initially this is required as we are using static packaging with VCPKG, so it makes sense by moving this to vcpkg related compilation |
With this patch we can remove oap-project/velox@885fbc6#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20a