Skip to content

Commit 697b563

Browse files
authored
Merge pull request #72965 from apple/shahmishal/update-checkout-rebranch-20240405
2 parents c0e8f7e + 2d919ee commit 697b563

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,10 @@
249249
}
250250
},
251251
"rebranch": {
252-
"aliases": ["rebranch"],
252+
"aliases": ["rebranch", "stable/20240405"],
253253
"repos": {
254-
"llvm-project": "stable/20230725",
255-
"swift-llvm-bindings": "stable/20230725",
254+
"llvm-project": "stable/20240405",
255+
"swift-llvm-bindings": "stable/20240405",
256256
"swift": "rebranch",
257257
"cmark": "gfm",
258258
"llbuild": "main",
@@ -275,7 +275,6 @@
275275
"swift-integration-tests": "main",
276276
"swift-xcode-playground-support": "main",
277277
"ninja": "release",
278-
"icu": "release-65-1",
279278
"yams": "5.0.1",
280279
"cmake": "v3.24.2",
281280
"indexstore-db": "main",
@@ -291,7 +290,11 @@
291290
"swift-nio-ssl": "2.15.0",
292291
"swift-experimental-string-processing": "swift/main",
293292
"wasi-libc": "wasi-sdk-20",
294-
"wasmkit": "0.0.3"
293+
"wasmkit": "0.0.3",
294+
"curl": "curl-8_4_0",
295+
"icu": "maint/maint-69",
296+
"libxml2": "v2.11.5",
297+
"zlib": "v1.3"
295298
}
296299
},
297300
"release/5.9": {

0 commit comments

Comments
 (0)