From 14252e16df1de85a2f7cd11f108d79b1dfc9aa5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Mon, 8 Apr 2024 08:40:06 +0300 Subject: [PATCH] Revert "Use jemalloc for releases" This reverts commit 692c41e5937d821a30045990c11573ddb66bbccd. --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3ad7a37ec1f6..11014338d72f 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