File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,6 @@ jobs:
278
278
mingw-w64-${{matrix.env}}-cmake
279
279
mingw-w64-${{matrix.env}}-SDL2
280
280
mingw-w64-${{matrix.env}}-openblas
281
- mingw-w64-${{matrix.env}}-pkgconf
282
281
283
282
- name : Build using make
284
283
shell : msys2 {0}
@@ -305,12 +304,13 @@ jobs:
305
304
shell : msys2 {0}
306
305
run : |
307
306
rm -rf build
308
-
309
- - name : Build using CMake w/ OpenBLAS
310
- shell : msys2 {0}
311
- run : |
312
- cmake -B build -DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS
313
- cmake --build build --config ${{ matrix.build }} -j $(nproc)
307
+ # TODO: fails for some reason: https://github.com/ggerganov/whisper.cpp/actions/runs/11516781296/job/32060139298?pr=2511
308
+ #
309
+ # - name: Build using CMake w/ OpenBLAS
310
+ # shell: msys2 {0}
311
+ # run: |
312
+ # cmake -B build -DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS
313
+ # cmake --build build --config ${{ matrix.build }} -j $(nproc)
314
314
315
315
windows :
316
316
runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments