We need to specify --with-opt-dir for jemalloc installation path
This commit is contained in:
parent
0b5d6c80ba
commit
81c24b3c29
Notes:
git
2024-12-06 01:31:34 +00:00
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user