Skip to content

Commit 30b68d4

Browse files
hjyamauchicompnerd
authored andcommitted
Fix the mimalloc packaging error for arm64
1 parent 34a9cdc commit 30b68d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3244,7 +3244,7 @@ jobs:
32443244
-p:PASSPHRASE=${{ secrets.PASSPHRASE }} `
32453245
-p:DEVTOOLS_ROOT=${{ github.workspace }}/BuildRoot/Library/Developer/Toolchains/unknown-Asserts-development.xctoolchain `
32463246
-p:TOOLCHAIN_ROOT=${{ github.workspace }}/BuildRoot/Library/Developer/Toolchains/unknown-Asserts-development.xctoolchain `
3247-
-p:ENABLE_MIMALLOC=true `
3247+
-p:ENABLE_MIMALLOC=${{ matrix.arch == 'amd64' && 'true' || 'false' }} `
32483248
-p:ProductArchitecture=${{ matrix.arch }} `
32493249
-p:ProductVersion=${{ inputs.swift_version }} `
32503250
${{ github.workspace }}/SourceCache/swift-installer-scripts/platforms/Windows/bld/bld.wixproj

0 commit comments

Comments
 (0)