-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-46879: [CI][Packaging][Linux] Don't check example build with old CMake #46880
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
Conversation
|
@github-actions crossbow submit -g linux |
|
|
This comment was marked as outdated.
This comment was marked as outdated.
|
Thanks @kou for looking at this |
|
@github-actions crossbow submit -g linux |
|
Revision: 5c435f9 Submitted crossbow builds: ursacomputing/crossbow @ actions-77393fbcb1 |
raulcd
left a comment
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.
Thanks @kou!
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit b35e49f. There were 118 benchmark results with an error:
There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
Rationale for this change
#46834 required CMake 3.25 or later for an example CMake project.
What changes are included in this PR?
Don't build the example CMake project with CMake < 3.25 in package verification. Amazon Linux 2023, CentOS 7 and Ubuntu 22.04 don't provide CMake 3.25 or later.
Are these changes tested?
Yes.
Are there any user-facing changes?
No.