]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ci : set GGML_NATIVE=OFF for bindings-java (#3830)
authorDaniel Bevenius <redacted>
Thu, 28 May 2026 05:21:25 +0000 (07:21 +0200)
committerGitHub <redacted>
Thu, 28 May 2026 05:21:25 +0000 (07:21 +0200)
commitf6e617bab7843d86d94237f9791ee41d524333f9
treea4a87b2fc7759aae22f7028e1391f51d8f1fc412
parent6dcdd6536456158667747f724d6bd3a2ceaa8d88
ci : set GGML_NATIVE=OFF for bindings-java (#3830)

* ci : set GGML_NATIVE=OFF for bindings-java

This commit attempts to address an issue with the bindings-java job
which is currently failing.

I've not been able to reproduce this locally my windows machine and I
suspect that what might be happning is that windows job compiles on a
runner where it has different CPU features, for example AVX512 and when
this dll is used on a different runner that does not have that feature
it will crash.

Refs: https://github.com/ggml-org/whisper.cpp/actions/runs/26496174929/job/78059073255?pr=3829

* ci : also disable BMI2
.github/workflows/build.yml