-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
GH-27919: [CI][C++] Add a nightly job to test offline build #44721
base: main
Are you sure you want to change the base?
Conversation
@github-actions crossbow submit test-ubuntu-24.04-cpp-bundled-offline |
|
Revision: 5c7bb69 Submitted crossbow builds: ursacomputing/crossbow @ actions-08280626f5
|
shm_size: *shm-size | ||
ulimits: *ulimits | ||
environment: | ||
<<: [*common, *ccache, *sccache, *cpp] |
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.
I will admit that my knowledge is slightly sketchy here, but do we want ccache and sccache here? Is it possible those could contain built artifacts that aren't offline?
@github-actions crossbow submit test-ubuntu-24.04-cpp-bundled-offline |
Revision: 62d877d Submitted crossbow builds: ursacomputing/crossbow @ actions-5c885d3fff
|
Rationale for this change
If we have a nightly CI job to test offline build, we will be able to notice that offline build support is broken.
What changes are included in this PR?
ARROW_OFFLINE
option that usescpp/thirdparty/download_dependencies.sh
and disable DNS resolutionubuntu-cpp-bundled-offline
service that enable theARROW_OFFLINE
optiontest-ubuntu-24.04-cpp-bundled-offline
nightly jobAre these changes tested?
Yes.
Are there any user-facing changes?
No.