Skip to content

Commit 484a46e

Browse files
committed
utils: add CMake to Linux checkout
In order to prepare for a migration to CMake 3.15 to enable the use of the new Swift support, we will add a build of CMake for Linux to ease the transition. This adds CMake to the checkout on Linux.
1 parent 54005af commit 484a46e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
"remote": { "id": "unicode-org/icu" },
3939
"platforms": [ "Linux" ]
4040
},
41+
"cmake": {
42+
"remote": { "id": "KitWare/CMake" },
43+
"platforms": [ "Linux" ]
44+
},
4145
"libcxx": {
4246
"remote": { "id": "apple/swift-libcxx" } },
4347
"clang-tools-extra": {
@@ -71,6 +75,7 @@
7175
"swift-xcode-playground-support": "master",
7276
"ninja": "release",
7377
"icu": "release-61-1",
78+
"cmake": "v3.15.0",
7479
"clang-tools-extra": "stable",
7580
"libcxx": "stable",
7681
"indexstore-db": "master",
@@ -94,6 +99,7 @@
9499
"swift-xcode-playground-support": "master",
95100
"ninja": "release",
96101
"icu": "release-61-1",
102+
"cmake": "v3.15.0",
97103
"indexstore-db": "master",
98104
"sourcekit-lsp": "master"
99105
}
@@ -120,6 +126,7 @@
120126
"swift-xcode-playground-support": "master",
121127
"ninja": "release",
122128
"icu": "release-61-1",
129+
"cmake": "v3.15.0",
123130
"clang-tools-extra": "upstream-with-swift",
124131
"libcxx": "upstream-with-swift",
125132
"indexstore-db": "master",
@@ -143,6 +150,7 @@
143150
"swift-xcode-playground-support": "master",
144151
"ninja": "release",
145152
"icu": "release-61-1",
153+
"cmake": "v3.15.0",
146154
"indexstore-db": "master",
147155
"sourcekit-lsp": "master"
148156
}

0 commit comments

Comments
 (0)