File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,6 @@ set "args=%args% --skip-repository swift"
105105set " args = %args% --skip-repository ninja"
106106set " args = %args% --skip-repository swift-integration-tests"
107107set " args = %args% --skip-repository swift-stress-tester"
108- set " args = %args% --skip-repository swift-xcode-playground-support"
109108
110109call " %SourceRoot% \swift\utils\update-checkout.cmd" %args% --clone --skip-history --reset-to-remote --github-comment " %ghprbCommentBody% "
111110
Original file line number Diff line number Diff line change 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" : {
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" ,
You can’t perform that action at this time.
0 commit comments