summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-12-06 09:26:15 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-12-06 10:31:16 +0900
commit81c24b3c29089a2fc095bf76d37cc8111cb7bcce (patch)
tree12d61697f1dd30bc91da02ed7ba03135c7904949
parent0b5d6c80bab79a96860d0d4e4dfc28d707f40533 (diff)
We need to specify --with-opt-dir for jemalloc installation path
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12273
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index ba379293a9..48990e4870 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -32,7 +32,7 @@ jobs:
configure_args: '--with-gcc=gcc-14'
- test_task: check
os: macos-14
- configure_args: '--with-jemalloc'
+ configure_args: '--with-jemalloc --with-opt-dir=$(brew --prefix jemalloc)'
- test_task: check
os: macos-14
configure_args: '--with-gmp'