Skip to content

Commit 81c24b3

Browse files
committed
We need to specify --with-opt-dir for jemalloc installation path
1 parent 0b5d6c8 commit 81c24b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
configure_args: '--with-gcc=gcc-14'
3333
- test_task: check
3434
os: macos-14
35-
configure_args: '--with-jemalloc'
35+
configure_args: '--with-jemalloc --with-opt-dir=$(brew --prefix jemalloc)'
3636
- test_task: check
3737
os: macos-14
3838
configure_args: '--with-gmp'

0 commit comments

Comments
 (0)