Skip to content

Commit 590b6a4

Browse files
compnerditingliu
andcommitted
update_checkout: add swift-subprocess to the checkout set
Add swift-subprocess to the checkout set so that we can start investigating building that for integration into swift-build. Co-authored-by: Tina L <[email protected]>
1 parent d4b28a4 commit 590b6a4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@
121121
"mimalloc": {
122122
"remote": { "id": "microsoft/mimalloc" },
123123
"platforms": [ "Windows" ]
124+
},
125+
"swift-subprocess": {
126+
"remote": { "id": "swiftlang/swift-subprocess" }
124127
}
125128
},
126129
"default-branch-scheme": "main",
@@ -177,7 +180,8 @@
177180
"curl": "curl-8_9_1",
178181
"libxml2": "v2.11.5",
179182
"zlib": "v1.3.1",
180-
"mimalloc": "v3.0.3"
183+
"mimalloc": "v3.0.3",
184+
"swift-subprocess": "development-snapshot-2025-07-21"
181185
}
182186
},
183187
"release/6.2": {
@@ -494,7 +498,8 @@
494498
"curl": "curl-8_9_1",
495499
"libxml2": "v2.11.5",
496500
"zlib": "v1.3.1",
497-
"mimalloc": "v3.0.1"
501+
"mimalloc": "v3.0.1",
502+
"swift-subprocess": "development-snapshot-2025-07-21"
498503
}
499504
},
500505
"next" : {
@@ -544,7 +549,8 @@
544549
"curl": "curl-8_9_1",
545550
"libxml2": "v2.11.5",
546551
"zlib": "v1.3.1",
547-
"mimalloc": "v3.0.1"
552+
"mimalloc": "v3.0.1",
553+
"swift-subprocess": "development-snapshot-2025-07-21"
548554
}
549555
}
550556
}

0 commit comments

Comments
 (0)