Skip to content

Commit

Permalink
Auto merge of rust-lang#17029 - lnicola:revert-jemalloc, r=lnicola
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Apr 8, 2024
2 parents 1fd3a36 + d6ff008 commit 252f1d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/rust-analyzer/.github/workflows/release.yaml
Expand Up @@ -95,7 +95,7 @@ jobs:
run: sudo apt-get install gcc-arm-linux-gnueabihf

- name: Dist
run: cargo xtask dist --jemalloc --client-patch-version ${{ github.run_number }}
run: cargo xtask dist --client-patch-version ${{ github.run_number }}

- run: npm ci
working-directory: editors/code
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
fetch-depth: ${{ env.FETCH_DEPTH }}

- name: Dist
run: cargo xtask dist --jemalloc --client-patch-version ${{ github.run_number }}
run: cargo xtask dist --client-patch-version ${{ github.run_number }}

- run: npm ci
working-directory: editors/code
Expand Down

0 comments on commit 252f1d0

Please sign in to comment.