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

Fix Gluten CI #6848

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Fix Gluten CI #6848

wants to merge 11 commits into from

Conversation

wForget
Copy link
Member

@wForget wForget commented Dec 11, 2024

Why are the changes needed?

Fix Gluten CI

How was this patch tested?

https://github.com/wForget/kyuubi/actions/runs/12271186564

Was this patch authored or co-authored using generative AI tooling?

No

@github-actions github-actions bot added kind:infra license, community building, project builds, asf infra related, etc. module:common kind:build module:integration-tests labels Dec 11, 2024
@wForget wForget requested a review from pan3793 December 11, 2024 07:18
./dev/buildbundle-veloxbe.sh
git clone https://github.com/apache/incubator-gluten.git
cd incubator-gluten
docker run -v $GITHUB_WORKSPACE/incubator-gluten:/work -w /work apache/gluten:vcpkg-centos-7 bash -c "
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How hard would it be if we just built it from scratch?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This docker image includes the gluten/velox dependencies, reducing the time to download and build dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:build kind:infra license, community building, project builds, asf infra related, etc. module:common module:integration-tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants