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 17, 2024
1 parent b4eb102 commit 9fb926b
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 99 deletions.
9 changes: 6 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 All @@ -93,6 +93,7 @@ jobs:
release-name: x86_64-windows
cross: false
postfix: ".exe"
extra-args: "--no-default-features --features aws-lc-rs"
- os: windows-latest
target: i686-pc-windows-msvc
release-name: i686-windows
Expand All @@ -105,12 +106,14 @@ jobs:
release-name: aarch64-windows
cross: false
postfix: ".exe"
extra-args: "--no-default-features --features aws-lc-rs"

# MacOSX
- os: macos-13
target: x86_64-apple-darwin
release-name: x86_64-darwin
cross: false

- os: macos-14
target: aarch64-apple-darwin
release-name: aarch64-darwin
Expand All @@ -128,7 +131,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 9fb926b

Please sign in to comment.