mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #78950 from compnerd/mimalloc
update_checkout: add mimalloc
This commit is contained in:
@@ -105,7 +105,6 @@ set "args=%args% --skip-repository swift"
|
||||
set "args=%args% --skip-repository ninja"
|
||||
set "args=%args% --skip-repository swift-integration-tests"
|
||||
set "args=%args% --skip-repository swift-stress-tester"
|
||||
set "args=%args% --skip-repository swift-xcode-playground-support"
|
||||
|
||||
call "%SourceRoot%\swift\utils\update-checkout.cmd" %args% --clone --skip-history --reset-to-remote --github-comment "%ghprbCommentBody%"
|
||||
|
||||
|
||||
@@ -55,7 +55,9 @@
|
||||
"swift-integration-tests": {
|
||||
"remote": { "id": "swiftlang/swift-integration-tests" } },
|
||||
"swift-xcode-playground-support": {
|
||||
"remote": { "id": "apple/swift-xcode-playground-support" } },
|
||||
"remote": { "id": "apple/swift-xcode-playground-support" },
|
||||
"platforms": [ "Darwin" ]
|
||||
},
|
||||
"ninja": {
|
||||
"remote": { "id": "ninja-build/ninja" } },
|
||||
"yams": {
|
||||
@@ -113,6 +115,10 @@
|
||||
},
|
||||
"zlib": {
|
||||
"remote": { "id": "madler/zlib" }
|
||||
},
|
||||
"mimalloc": {
|
||||
"remote": { "id": "microsoft/mimalloc" },
|
||||
"platforms": [ "Windows" ]
|
||||
}
|
||||
},
|
||||
"default-branch-scheme": "main",
|
||||
@@ -167,7 +173,8 @@
|
||||
"wasmkit": "0.1.2",
|
||||
"curl": "curl-8_9_1",
|
||||
"libxml2": "v2.11.5",
|
||||
"zlib": "v1.3.1"
|
||||
"zlib": "v1.3.1",
|
||||
"mimalloc": "v3.0.1"
|
||||
}
|
||||
},
|
||||
"release/6.1": {
|
||||
@@ -374,7 +381,8 @@
|
||||
"wasmkit": "0.1.2",
|
||||
"curl": "curl-8_9_1",
|
||||
"libxml2": "v2.11.5",
|
||||
"zlib": "v1.3.1"
|
||||
"zlib": "v1.3.1",
|
||||
"mimalloc": "v3.0.1"
|
||||
}
|
||||
},
|
||||
"next" : {
|
||||
@@ -421,9 +429,9 @@
|
||||
"wasi-libc": "wasi-sdk-24",
|
||||
"wasmkit": "0.1.2",
|
||||
"curl": "curl-8_9_1",
|
||||
"icu": "maint/maint-69",
|
||||
"libxml2": "v2.11.5",
|
||||
"zlib": "v1.3.1"
|
||||
"zlib": "v1.3.1",
|
||||
"mimalloc": "v3.0.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user