File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
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" : {
113
115
},
114
116
"zlib" : {
115
117
"remote" : { "id" : " madler/zlib" }
118
+ },
119
+ "mimalloc" : {
120
+ "remote" : { "id" : " microsoft/mimalloc" },
121
+ "platforms" : [ " Windows" ]
116
122
}
117
123
},
118
124
"default-branch-scheme" : " main" ,
167
173
"wasmkit" : " 0.1.2" ,
168
174
"curl" : " curl-8_9_1" ,
169
175
"libxml2" : " v2.11.5" ,
170
- "zlib" : " v1.3.1"
176
+ "zlib" : " v1.3.1" ,
177
+ "mimalloc" : " v3.0.1"
171
178
}
172
179
},
173
180
"release/6.1" : {
374
381
"wasmkit" : " 0.1.2" ,
375
382
"curl" : " curl-8_9_1" ,
376
383
"libxml2" : " v2.11.5" ,
377
- "zlib" : " v1.3.1"
384
+ "zlib" : " v1.3.1" ,
385
+ "mimalloc" : " v3.0.1"
378
386
}
379
387
},
380
388
"next" : {
421
429
"wasi-libc" : " wasi-sdk-24" ,
422
430
"wasmkit" : " 0.1.2" ,
423
431
"curl" : " curl-8_9_1" ,
424
- "icu" : " maint/maint-69" ,
425
432
"libxml2" : " v2.11.5" ,
426
- "zlib" : " v1.3.1"
433
+ "zlib" : " v1.3.1" ,
434
+ "mimalloc" : " v3.0.1"
427
435
}
428
436
}
429
437
}
You can’t perform that action at this time.
0 commit comments