Skip to content

Commit bc214d1

Browse files
committed
Added jemalloc build to GitHub Actions
1 parent b021f6f commit bc214d1

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/actions/setup/macos/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
- name: brew
1414
shell: bash
1515
run: |
16-
brew install --quiet gmp libffi openssl@3 zlib autoconf automake libtool
16+
brew install --quiet jemalloc gmp libffi openssl@3 zlib autoconf automake libtool
1717
1818
- name: Set ENV
1919
shell: bash

.github/workflows/macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- test_task: check
3131
os: macos-14
3232
configure_args: '--with-gcc=gcc-14'
33+
- test_task: check
34+
os: macos-14
35+
configure_args: '--with-jemalloc'
3336
- test_task: test-all
3437
test_opts: --repeat-count=2
3538
os: macos-14

0 commit comments

Comments
 (0)