Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

marin-ma
Copy link
Contributor

Copy link

#8611

@marin-ma
Copy link
Contributor Author

@PHILO-HE Could you help to review? Thanks!

@FelixYBW
Copy link
Contributor

FelixYBW commented Jan 24, 2025

@zhouyuan Can you confirm?

@marin-ma is helping to upstream the OAP/Velox commits.

Copy link
Contributor

@PHILO-HE PHILO-HE left a 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.

@@ -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
Copy link
Contributor

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:-}" ];

@zhouyuan
Copy link
Contributor

Initially this is required as we are using static packaging with VCPKG, so it makes sense by moving this to vcpkg related compilation
I made a quick patch to verify:
#8620

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants