From 81c24b3c29089a2fc095bf76d37cc8111cb7bcce Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 6 Dec 2024 09:26:15 +0900 Subject: [PATCH] We need to specify --with-opt-dir for jemalloc installation path --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'