File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4747 sysctl -a
4848 mkdir build
4949 cd build
50- cmake -DLLAMA_FATAL_WARNINGS=ON -DGGML_METAL_EMBED_LIBRARY=ON -DLLAMA_CURL=ON ..
50+ cmake -DLLAMA_FATAL_WARNINGS=ON -DGGML_METAL_EMBED_LIBRARY=ON -DLLAMA_CURL=ON -DBUILD_SHARED_LIBS=OFF ..
5151 cmake --build . --config Release -j $(sysctl -n hw.logicalcpu)
5252
5353 - name : Test
@@ -105,7 +105,7 @@ jobs:
105105 sysctl -a
106106 # Metal is disabled due to intermittent failures with Github runners not having a GPU:
107107 # https://github.com/ggerganov/llama.cpp/actions/runs/8635935781/job/23674807267#step:5:2313
108- cmake -B build -DLLAMA_FATAL_WARNINGS=ON -DGGML_METAL=OFF -DLLAMA_CURL=ON
108+ cmake -B build -DLLAMA_FATAL_WARNINGS=ON -DGGML_METAL=OFF -DLLAMA_CURL=ON -DBUILD_SHARED_LIBS=OFF
109109 cmake --build build --config Release -j $(sysctl -n hw.logicalcpu)
110110
111111 - name : Test
@@ -222,7 +222,7 @@ jobs:
222222 run : |
223223 mkdir build
224224 cd build
225- cmake .. -DLLAMA_FATAL_WARNINGS=ON -DLLAMA_CURL=ON
225+ cmake .. -DLLAMA_FATAL_WARNINGS=ON -DLLAMA_CURL=ON -DBUILD_SHARED_LIBS=OFF
226226 cmake --build . --config Release -j $(nproc)
227227
228228 - name : Test
You can’t perform that action at this time.
0 commit comments