We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a9cdc commit 30b68d4Copy full SHA for 30b68d4
.github/workflows/swift-toolchain.yml
@@ -3244,7 +3244,7 @@ jobs:
3244
-p:PASSPHRASE=${{ secrets.PASSPHRASE }} `
3245
-p:DEVTOOLS_ROOT=${{ github.workspace }}/BuildRoot/Library/Developer/Toolchains/unknown-Asserts-development.xctoolchain `
3246
-p:TOOLCHAIN_ROOT=${{ github.workspace }}/BuildRoot/Library/Developer/Toolchains/unknown-Asserts-development.xctoolchain `
3247
- -p:ENABLE_MIMALLOC=true `
+ -p:ENABLE_MIMALLOC=${{ matrix.arch == 'amd64' && 'true' || 'false' }} `
3248
-p:ProductArchitecture=${{ matrix.arch }} `
3249
-p:ProductVersion=${{ inputs.swift_version }} `
3250
${{ github.workspace }}/SourceCache/swift-installer-scripts/platforms/Windows/bld/bld.wixproj
0 commit comments