-
Notifications
You must be signed in to change notification settings - Fork 5
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
cmake: Port PR30263 from the master branch #263
Conversation
ACK ec4c557 |
Rebased. |
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.
lgtm
@@ -7,8 +7,8 @@ | |||
export LC_ALL=C.UTF-8 | |||
|
|||
export CONTAINER_NAME=ci_native_nowallet_libbitcoinkernel | |||
export CI_IMAGE_NAME_TAG="docker.io/debian:bullseye" | |||
# Use minimum supported python3.9 and clang-16, see doc/dependencies.md | |||
export CI_IMAGE_NAME_TAG="docker.io/ubuntu:24.04" |
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.
It's not the same change?
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 presume it is needed to bump cmake. I was thinking about bumping python for 29.x, so this will go away in the future anyway. 🤷
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.
It'd be good if the PR description explained. Rather than claiming to port changes but doing something different for unclear reasons.
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.
It'd be good if the PR description explained. Rather than claiming to port changes but doing something different for unclear reasons.
My apologies. The PR description has been updated.
This PR ports CI-related changes from bitcoin#30263 and ensures that the minimum required CMake version is available.
Here are CMake versions across all changes: