From 5bdef4452fbc849edc4f5f32fba13c6294d46b35 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Wed, 16 Jul 2025 10:33:05 -0700 Subject: [PATCH] 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. --- utils/update_checkout/update-checkout-config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/utils/update_checkout/update-checkout-config.json b/utils/update_checkout/update-checkout-config.json index eeab8181f638d..48fb31fc66077 100644 --- a/utils/update_checkout/update-checkout-config.json +++ b/utils/update_checkout/update-checkout-config.json @@ -121,6 +121,9 @@ "mimalloc": { "remote": { "id": "microsoft/mimalloc" }, "platforms": [ "Windows" ] + }, + "swift-subprocess": { + "remote": { "id": "swiftlang/swift-subprocess" } } }, "default-branch-scheme": "main", @@ -177,7 +180,8 @@ "curl": "curl-8_9_1", "libxml2": "v2.11.5", "zlib": "v1.3.1", - "mimalloc": "v3.0.3" + "mimalloc": "v3.0.3", + "swift-subprocess": "main" } }, "release/6.2": {