ci: fix thread sanitizer + remove ccache (#26927)

* test address on Intel-LNL-U7-258V

* retry

* run address on github

* use native build for cpu

* this should be runnable everywhere multicore

* disable ccache

---------

Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@huggingface.co>
This commit is contained in:
Eve
2026-08-12 19:01:12 +03:00
committed by GitHub
co-authored by Sigbjørn Skjæret
parent 9558fa44c9
commit 84e908c625
3 changed files with 14 additions and 13 deletions
+1
View File
@@ -94,6 +94,7 @@ jobs:
id: cmake_build
run: |
cmake -B build \
-DGGML_NATIVE=OFF \
-DLLAMA_FATAL_WARNINGS=ON \
-DGGML_RPC=ON \
-DGGML_NATIVE=OFF