Merge pull request #78950 from compnerd/mimalloc

update_checkout: add mimalloc
This commit is contained in:
Saleem Abdulrasool
2025-01-28 10:47:47 -08:00
committed by GitHub
2 changed files with 13 additions and 6 deletions

View File

@@ -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%"

View File

@@ -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"
}
}
}