Skip to content

Commit 423bee4

Browse files
authored
ci : fix sanitize workflow to enable ggml sanitizers too (ggml-org#19323)
1 parent 8abcc70 commit 423bee4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ jobs:
293293
cmake -B build \
294294
-DLLAMA_FATAL_WARNINGS=ON \
295295
-DLLAMA_SANITIZE_${{ matrix.sanitizer }}=ON \
296+
-DGGML_SANITIZE_${{ matrix.sanitizer }}=ON \
296297
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
297298
cmake --build build --config ${{ matrix.build_type }} -j $(nproc)
298299
@@ -303,6 +304,7 @@ jobs:
303304
cmake -B build \
304305
-DLLAMA_FATAL_WARNINGS=ON \
305306
-DLLAMA_SANITIZE_${{ matrix.sanitizer }}=ON \
307+
-DGGML_SANITIZE_${{ matrix.sanitizer }}=ON \
306308
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
307309
-DGGML_OPENMP=OFF
308310
cmake --build build --config ${{ matrix.build_type }} -j $(nproc)

0 commit comments

Comments
 (0)