We need to specify --with-opt-dir for jemalloc installation path

This commit is contained in:
Hiroshi SHIBATA 2024-12-06 09:26:15 +09:00
parent 0b5d6c80ba
commit 81c24b3c29
Notes: git 2024-12-06 01:31:34 +00:00

View File

@ -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'