File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,21 +42,21 @@ jobs:
4242 # Use a container with glibc 2.28
4343 container : quay.io/pypa/manylinux_2_28_x86_64
4444 code-target : linux-x64
45- allocator : system
45+ allocator : jemalloc
4646 pgo : clap-rs/clap@v4.5.36
4747 - os : ubuntu-24.04-arm
4848 target : aarch64-unknown-linux-gnu
4949 container : quay.io/pypa/manylinux_2_28_aarch64
5050 code-target : linux-arm64
51- allocator : system
51+ allocator : jemalloc
5252 pgo : clap-rs/clap@v4.5.36
5353 - os : ubuntu-latest
5454 target : arm-unknown-linux-gnueabihf
5555 # Use a Debian 10 (EOL) container for glibc 2.28
5656 # pypa/manylinux only has armv7l and glibc 2.31
5757 container : debian:10
5858 code-target : linux-armhf
59- allocator : system
59+ allocator : jemalloc
6060 - os : macos-14
6161 target : x86_64-apple-darwin
6262 code-target : darwin-x64
@@ -174,7 +174,7 @@ jobs:
174174 fetch-depth : ${{ env.FETCH_DEPTH }}
175175
176176 - name : Dist
177- run : cargo xtask dist --client-patch-version ${{ github.run_number }}
177+ run : cargo xtask dist --client-patch-version ${{ github.run_number }} --jemalloc
178178
179179 - run : npm ci
180180 working-directory : editors/code
You can’t perform that action at this time.
0 commit comments