-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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-45166: [CI][C++] Upgrade Alpine Linux to 3.18 from 3.16 #45168
Conversation
|
@github-actions crossbow submit test-alpine-linux-cpp |
This comment was marked as outdated.
This comment was marked as outdated.
@github-actions crossbow submit test-alpine-linux-cpp |
This comment was marked as outdated.
This comment was marked as outdated.
@github-actions crossbow submit test-alpine-linux-cpp |
This comment was marked as outdated.
This comment was marked as outdated.
@github-actions crossbow submit -g cpp |
This comment was marked as outdated.
This comment was marked as outdated.
I'll merge this tomorrow for 19.0.0 if nobody objects this. |
@@ -1329,6 +1337,19 @@ if(ARROW_USE_BOOST) | |||
endif() | |||
if(Boost_VERSION VERSION_GREATER_EQUAL 1.80) | |||
target_compile_definitions(Boost::process INTERFACE "BOOST_PROCESS_HAVE_V2") | |||
if((NOT WIN32) AND (NOT ARROW_WITH_MUSL)) |
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.
Instead of repeating this, can we factor it out?
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.
How about 209c60d ?
@github-actions crossbow submit -g cpp |
Revision: 209c60d Submitted crossbow builds: ursacomputing/crossbow @ actions-313055b85e |
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit f41f590. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 9 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
Alpine Linux 3.16 reached EOL.
What changes are included in this PR?
Use Alpine Linux 3.18 that is the oldest maintained version.
Are these changes tested?
Yes.
Are there any user-facing changes?
No.