Skip to content

Commit 79d8e2d

Browse files
committed
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
1 parent 6dcdd65 commit 79d8e2d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ jobs:
640640
-DCMAKE_BUILD_TYPE=${{ matrix.build }}
641641
-DBUILD_SHARED_LIBS=ON
642642
-DWHISPER_SDL2=${{ matrix.sdl2 }}
643+
-DGGML_NATIVE=OFF
643644
644645
- name: Build
645646
run: |

0 commit comments

Comments
 (0)