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"
105
105
set " args = %args% --skip-repository ninja"
106
106
set " args = %args% --skip-repository swift-integration-tests"
107
107
set " args = %args% --skip-repository swift-stress-tester"
108
- set " args = %args% --skip-repository swift-xcode-playground-support"
109
108
110
109
call " %SourceRoot% \swift\utils\update-checkout.cmd" %args% --clone --skip-history --reset-to-remote --github-comment " %ghprbCommentBody% "
111
110
Original file line number Diff line number Diff line change 55
55
"swift-integration-tests" : {
56
56
"remote" : { "id" : " swiftlang/swift-integration-tests" } },
57
57
"swift-xcode-playground-support" : {
58
- "remote" : { "id" : " apple/swift-xcode-playground-support" } },
58
+ "remote" : { "id" : " apple/swift-xcode-playground-support" },
59
+ "platforms" : [ " Darwin" ]
60
+ },
59
61
"ninja" : {
60
62
"remote" : { "id" : " ninja-build/ninja" } },
61
63
"yams" : {
115
117
"remote" : { "id" : " madler/zlib" }
116
118
},
117
119
"mimalloc" : {
118
- "remote" : { "id" : " microsoft/mimalloc" }
120
+ "remote" : { "id" : " microsoft/mimalloc" },
121
+ "platforms" : [ " Windows" ]
119
122
}
120
123
},
121
124
"default-branch-scheme" : " main" ,
You can’t perform that action at this time.
0 commit comments