ci : try to fix macos build rpaths

This commit is contained in:
Georgi Gerganov 2025-01-24 16:01:32 +02:00
parent 56e26a7f30
commit f9f65f0162
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View File

@ -56,6 +56,7 @@ jobs:
mkdir build
cd build
cmake .. \
-DCMAKE_BUILD_RPATH_USE_ORIGIN=ON \
-DLLAMA_FATAL_WARNINGS=ON \
-DLLAMA_CURL=ON \
-DGGML_METAL_USE_BF16=ON \
@ -120,6 +121,7 @@ jobs:
# Metal is disabled due to intermittent failures with Github runners not having a GPU:
# https://github.com/ggerganov/llama.cpp/actions/runs/8635935781/job/23674807267#step:5:2313
cmake -B build \
-DCMAKE_BUILD_RPATH_USE_ORIGIN=ON \
-DLLAMA_FATAL_WARNINGS=ON \
-DLLAMA_CURL=ON \
-DGGML_METAL=OFF \