mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-09 04:15:15 +00:00
ci : add GGML_OPENMP=OFF to ubuntu-22-gcc-sanitized
This commit is contained in:
parent
6197d735cb
commit
ff3841fff1
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -367,7 +367,9 @@ jobs:
|
||||
set -e
|
||||
apt update
|
||||
apt install -y build-essential cmake git
|
||||
cmake . -DCMAKE_BUILD_TYPE=Debug -DWHISPER_SANITIZE_${{ matrix.sanitizer }}=ON
|
||||
cmake . -DCMAKE_BUILD_TYPE=Debug \
|
||||
-DWHISPER_SANITIZE_${{ matrix.sanitizer }}=ON \
|
||||
-DGGML_OPENMP=OFF
|
||||
make
|
||||
ctest -L gh --output-on-failure'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user