Auto merge of #17007 - lnicola:jemalloc, r=lnicola

internal: Use jemalloc in releases

Closes #1441
This commit is contained in:
bors 2024-04-04 13:17:37 +00:00
commit 6a852d7627

View File

@ -95,7 +95,7 @@ jobs:
run: sudo apt-get install gcc-arm-linux-gnueabihf
- name: Dist
run: cargo xtask dist --client-patch-version ${{ github.run_number }}
run: cargo xtask dist --jemalloc --client-patch-version ${{ github.run_number }}
- run: npm ci
working-directory: editors/code
@ -159,7 +159,7 @@ jobs:
fetch-depth: ${{ env.FETCH_DEPTH }}
- name: Dist
run: cargo xtask dist --client-patch-version ${{ github.run_number }}
run: cargo xtask dist --jemalloc --client-patch-version ${{ github.run_number }}
- run: npm ci
working-directory: editors/code