File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -1906,12 +1906,6 @@ function Build-mimalloc() {
1906
1906
Copy-Item - Path " $BinaryCache \$ ( $Platform.Triple ) \mimalloc\bin\$item " - Destination " $ ( $Platform.ToolchainInstallRoot ) \usr\bin\"
1907
1907
}
1908
1908
1909
- # When cross-compiling, bundle the second mimalloc redirect dll as a workaround for
1910
- # https://github.com/microsoft/mimalloc/issues/997
1911
- if ($IsCrossCompiling ) {
1912
- Copy-Item - Path " $BinaryCache \$ ( $Platform.Triple ) \mimalloc\bin\mimalloc-redirect$HostSuffix .dll" - Destination " $ ( $Platform.ToolchainInstallRoot ) \usr\bin\mimalloc-redirect$BuildSuffix .dll"
1913
- }
1914
-
1915
1909
# TODO: should we split this out into its own function?
1916
1910
$Tools = @ (
1917
1911
" swift.exe" ,
@@ -3139,9 +3133,6 @@ function Build-Installer([Hashtable] $Platform) {
3139
3133
$Properties = @ {
3140
3134
BundleFlavor = " offline" ;
3141
3135
ImageRoot = " $ ( Get-InstallDir $Platform ) \" ;
3142
- # When cross-compiling, bundle the second mimalloc redirect dll as a workaround for
3143
- # https://github.com/microsoft/mimalloc/issues/997
3144
- WORKAROUND_MIMALLOC_ISSUE_997 = if ($IsCrossCompiling ) { " True" } else { " False" };
3145
3136
INCLUDE_SWIFT_DOCC = $INCLUDE_SWIFT_DOCC ;
3146
3137
SWIFT_DOCC_BUILD = " $ ( Get-ProjectBinaryCache $HostPlatform DocC) \release" ;
3147
3138
SWIFT_DOCC_RENDER_ARTIFACT_ROOT = " ${SourceCache} \swift-docc-render-artifact" ;
Original file line number Diff line number Diff line change 177
177
"curl" : " curl-8_9_1" ,
178
178
"libxml2" : " v2.11.5" ,
179
179
"zlib" : " v1.3.1" ,
180
- "mimalloc" : " v3.0.1 "
180
+ "mimalloc" : " v3.0.3 "
181
181
}
182
182
},
183
183
"release/6.2" : {
You can’t perform that action at this time.
0 commit comments