Skip to content

Commit 318dad5

Browse files
committed
ci : I'm sorry, windows
1 parent 763ad20 commit 318dad5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ jobs:
278278
mingw-w64-${{matrix.env}}-cmake
279279
mingw-w64-${{matrix.env}}-SDL2
280280
mingw-w64-${{matrix.env}}-openblas
281-
mingw-w64-${{matrix.env}}-pkgconf
282281
283282
- name: Build using make
284283
shell: msys2 {0}
@@ -305,12 +304,13 @@ jobs:
305304
shell: msys2 {0}
306305
run: |
307306
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)
314314

315315
windows:
316316
runs-on: windows-latest

0 commit comments

Comments
 (0)