Skip to content

Commit 5543a2d

Browse files
committed
utils: remove some repositories from the default checkout
Only code xcode-playground-support on Darwin, mimalloc on Windows.
1 parent db80c7a commit 5543a2d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

utils/build-windows-toolchain.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ set "args=%args% --skip-repository swift"
105105
set "args=%args% --skip-repository ninja"
106106
set "args=%args% --skip-repository swift-integration-tests"
107107
set "args=%args% --skip-repository swift-stress-tester"
108-
set "args=%args% --skip-repository swift-xcode-playground-support"
109108

110109
call "%SourceRoot%\swift\utils\update-checkout.cmd" %args% --clone --skip-history --reset-to-remote --github-comment "%ghprbCommentBody%"
111110

utils/update_checkout/update-checkout-config.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@
5555
"swift-integration-tests": {
5656
"remote": { "id": "swiftlang/swift-integration-tests" } },
5757
"swift-xcode-playground-support": {
58-
"remote": { "id": "apple/swift-xcode-playground-support" } },
58+
"remote": { "id": "apple/swift-xcode-playground-support" },
59+
"platforms": [ "Darwin" ]
60+
},
5961
"ninja": {
6062
"remote": { "id": "ninja-build/ninja" } },
6163
"yams": {
@@ -115,7 +117,8 @@
115117
"remote": { "id": "madler/zlib" }
116118
},
117119
"mimalloc": {
118-
"remote": { "id": "microsoft/mimalloc" }
120+
"remote": { "id": "microsoft/mimalloc" },
121+
"platforms": [ "Windows" ]
119122
}
120123
},
121124
"default-branch-scheme": "main",

0 commit comments

Comments
 (0)