ci : add GGML_NATIVE=OFF to ubuntu job

This commit is contained in:
Daniel Bevenius
2026-08-10 16:40:49 +02:00
parent d40ddf1a63
commit 1c5fe7fd83
+2 -1
View File
@@ -95,7 +95,8 @@ jobs:
run: |
cmake -B build \
-DLLAMA_FATAL_WARNINGS=ON \
-DGGML_RPC=ON
-DGGML_RPC=ON \
-DGGML_NATIVE=OFF
time cmake --build build --config Release -j $(nproc)
- name: Test