Skip to content

Commit 9f24f79

Browse files
etcwildenate-chandler
authored andcommitted
Pin Ninja checkout to v1.11.1
Ninja 1.12 just released and seems to be dying silently while building the Swift stdlib. Lets go ahead and pin it to the old tag. Pinned dependencies are better from a security standpoint anyway. I'm leaving `next` on the ninja release branch so that we still have some signal from it, but folks aren't generally living on `next`, so it should have less impact.
1 parent 0b87ee6 commit 9f24f79

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
@@ -129,7 +129,7 @@
129129
"swift-corelibs-libdispatch": "main",
130130
"swift-integration-tests": "main",
131131
"swift-xcode-playground-support": "main",
132-
"ninja": "release",
132+
"ninja": "v1.11.1",
133133
"yams": "5.0.1",
134134
"cmake": "v3.24.2",
135135
"indexstore-db": "main",
@@ -178,7 +178,7 @@
178178
"swift-corelibs-libdispatch": "release/6.0",
179179
"swift-integration-tests": "release/6.0",
180180
"swift-xcode-playground-support": "release/6.0",
181-
"ninja": "release",
181+
"ninja": "v1.11.1",
182182
"yams": "5.0.1",
183183
"cmake": "v3.24.2",
184184
"indexstore-db": "release/6.0",
@@ -227,7 +227,7 @@
227227
"swift-corelibs-libdispatch": "release/5.10",
228228
"swift-integration-tests": "release/5.10",
229229
"swift-xcode-playground-support": "release/5.10",
230-
"ninja": "release",
230+
"ninja": "v1.11.1",
231231
"yams": "5.0.1",
232232
"cmake": "v3.24.2",
233233
"indexstore-db": "release/5.10",

0 commit comments

Comments
 (0)