-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Build CMake 3.24.2 in Linux CI bots for main, next and rebranch #67018
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
Build CMake 3.24.2 in Linux CI bots for main, next and rebranch #67018
Conversation
@swift-ci please test |
@swift-ci please build toolchain |
@swift-ci Please Build Toolchain UBI9 |
@swift-ci Please Build Toolchain CentOS 7 |
@swift-ci Please Build Toolchain Amazon Linux 2 |
Any reason to update older branch schemes? |
6584646
to
c6d0f1b
Compare
main
and next
presets
This would be needed to support the upcoming clang-1600 rebranch -- in there LLVM requires CMake 3.20 as per https://reviews.llvm.org/D151344 Note this will not take care of updating `cmake_minimum_required` in the build code -- we will consider doing this at a later time (possibly setting a different version that the one specified in `update-checkout.config.json`). Addresses rdar://111475397
c6d0f1b
to
0617b16
Compare
main
and next
presets
Good point, there is no reason -- I blindly run a search and replace on the file without thinking too much. |
@swift-ci please test |
@swift-ci please build toolchain |
@swift-ci Please Build Toolchain UBI9 |
@swift-ci Please Build Toolchain CentOS 7 |
@swift-ci Please Build Toolchain Amazon Linux 2 |
UBI 9 is failing |
@swift-ci Please Build Toolchain UBI9 |
The issue hit in the UBI 9 toolchain job should be now addressed by #67082 |
This would be needed to support the upcoming clang-1600 rebranch -- in there LLVM requires CMake 3.20 as per https://reviews.llvm.org/D151344
Note this will not take care of updating
cmake_minimum_required
in the build code -- we will consider doing this at a later time (possibly setting a different version that the one specified inupdate-checkout.config.json
).Addresses rdar://111475397