Skip to content

Commit 252f1d0

Browse files
committed
Auto merge of rust-lang#17029 - lnicola:revert-jemalloc, r=lnicola
Revert "Use jemalloc for releases" This reverts commit 692c41e: https://github.com/rust-lang/rust-analyzer/actions/runs/8592641551/job/23542950551.
2 parents 1fd3a36 + d6ff008 commit 252f1d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/rust-analyzer/.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
run: sudo apt-get install gcc-arm-linux-gnueabihf
9696

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

100100
- run: npm ci
101101
working-directory: editors/code
@@ -159,7 +159,7 @@ jobs:
159159
fetch-depth: ${{ env.FETCH_DEPTH }}
160160

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

164164
- run: npm ci
165165
working-directory: editors/code

0 commit comments

Comments
 (0)