about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2024-04-08 08:40:06 +0300
committerLaurențiu Nicola <lnicola@dend.ro>2024-04-08 08:40:06 +0300
commit14252e16df1de85a2f7cd11f108d79b1dfc9aa5c (patch)
treea577b79ca6b758f299354da4853d9d167a555b44
parentd9c29afaee6cb26044b5a605e0073fcabb2e9722 (diff)
downloadrust-14252e16df1de85a2f7cd11f108d79b1dfc9aa5c.tar.gz
rust-14252e16df1de85a2f7cd11f108d79b1dfc9aa5c.zip
Revert "Use jemalloc for releases"
This reverts commit 692c41e5937d821a30045990c11573ddb66bbccd.
-rw-r--r--.github/workflows/release.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 3ad7a37ec1f..11014338d72 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -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
@@ -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