Skip to content

Commit ff3841f

Browse files
committed
ci : add GGML_OPENMP=OFF to ubuntu-22-gcc-sanitized
1 parent 6197d73 commit ff3841f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,9 @@ jobs:
367367
set -e
368368
apt update
369369
apt install -y build-essential cmake git
370-
cmake . -DCMAKE_BUILD_TYPE=Debug -DWHISPER_SANITIZE_${{ matrix.sanitizer }}=ON
370+
cmake . -DCMAKE_BUILD_TYPE=Debug \
371+
-DWHISPER_SANITIZE_${{ matrix.sanitizer }}=ON \
372+
-DGGML_OPENMP=OFF
371373
make
372374
ctest -L gh --output-on-failure'
373375

0 commit comments

Comments
 (0)