Skip to content

Commit

Permalink
ci: disable jemalloc for some target
Browse files Browse the repository at this point in the history
  • Loading branch information
Itsusinn committed Dec 16, 2024
1 parent b4eb102 commit c9be7f0
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 98 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ jobs:
target: armv7-unknown-linux-gnueabi
release-name: armv7-linux
cross: true
extra-args: "--no-default-features --features ring"
extra-args: "--no-default-features --features ring,jemallocator"
- os: ubuntu-latest
target: armv7-unknown-linux-gnueabihf
release-name: armv7-linux-hf
cross: true
extra-args: "--no-default-features --features ring"
extra-args: "--no-default-features --features ring,jemallocator"
# Linux arm musl
- os: ubuntu-latest
target: aarch64-unknown-linux-musl
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
target: riscv64gc-unknown-linux-gnu
release-name: riscv64gc-linux
cross: true
extra-args: "--no-default-features --features ring"
extra-args: "--no-default-features --features ring,jemallocator"

# Loongarch64 ring problem
# - os: ubuntu-latest
Expand Down
Loading

0 comments on commit c9be7f0

Please sign in to comment.