mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
Use jemalloc for releases
This commit is contained in:
parent
8e581ac348
commit
692c41e593
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue