Skip to content

Commit 0617b16

Browse files
committed
Build CMake 3.24.2 in Linux CI bots for main, next and rebranch
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
1 parent e240ec5 commit 0617b16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"ninja": "release",
120120
"icu": "release-65-1",
121121
"yams": "5.0.1",
122-
"cmake": "v3.19.6",
122+
"cmake": "v3.24.2",
123123
"indexstore-db": "main",
124124
"sourcekit-lsp": "main",
125125
"swift-format": "main",
@@ -163,7 +163,7 @@
163163
"ninja": "release",
164164
"icu": "release-65-1",
165165
"yams": "5.0.1",
166-
"cmake": "v3.19.6",
166+
"cmake": "v3.24.2",
167167
"indexstore-db": "main",
168168
"sourcekit-lsp": "main",
169169
"swift-format": "main",
@@ -494,7 +494,7 @@
494494
"ninja": "release",
495495
"icu": "release-65-1",
496496
"yams": "5.0.1",
497-
"cmake": "v3.19.6",
497+
"cmake": "v3.24.2",
498498
"indexstore-db": "main",
499499
"sourcekit-lsp": "main",
500500
"swift-format": "main",

0 commit comments

Comments
 (0)