Skip to content

Commit 86b3609

Browse files
Guilherme Gallomakaveli10
authored andcommitted
ci : disable OpenMP in wasm webgpu build
Upstream master's ubuntu-wasm job is red with the same error: github.com/ggml-org/llama.cpp/actions/runs/29361861822/job/87183687962 Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com>
1 parent 4f478b1 commit 86b3609

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-webgpu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ jobs:
190190
-G "Ninja" \
191191
-DCMAKE_BUILD_TYPE=Release \
192192
-DGGML_WEBGPU=ON \
193+
-DGGML_OPENMP=OFF \
193194
-DLLAMA_OPENSSL=OFF \
194195
-DEMDAWNWEBGPU_DIR=emdawnwebgpu_pkg
195196

0 commit comments

Comments
 (0)