]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ci : set GGML_NATIVE=OFF for sanitize builds (#3920)
authorDaniel Bevenius <redacted>
Tue, 30 Jun 2026 15:47:22 +0000 (17:47 +0200)
committerGitHub <redacted>
Tue, 30 Jun 2026 15:47:22 +0000 (17:47 +0200)
commit0874de3e8e8e48361dba85c7fe6d176f008bf158
treeb0543f15db5da4c59dc4ac40473352be30ac8ada
parent65dc3fece67c70dead38532cb27df49ff4db9ed2
ci : set GGML_NATIVE=OFF for sanitize builds (#3920)

This commit sets GGML_NATIVE=OFF for all sanitize builds to avoid
the case where the compilation happens using a runner that support
instructions that may not be available on all runners leading to illegal
instruction and failed CI runs.

Refs: https://github.com/ggml-org/whisper.cpp/actions/runs/28444909499/job/84291639530?pr=3919
.github/workflows/build-sanitize.yml