You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on configuration (like enabling OpenBLAS), right now bulding in MSYS2 environments is not always working out of the box, but it was being improved in 2023, and is continued being improved directly (#1772) or indirectly (#1778).
Initially simple configurations (like w/o BLAS) could be built and in future expanded to cover more variants.
The text was updated successfully, but these errors were encountered:
Heads-up: I got windows-msys2 job in GitHub Actions successfully building whisper.cpp via make on UCRT64 and CLANG64 in my own branch on top of #1778, but will have to expand it to test not only via make but also via cmake and with OpenBLAS too (hence dependence on the other PR).
When I will have something relatively ready to share, I will create a dedicated PR.
I'm not familiar with GitHub Actions (yet), but it will be good to add most commonly used MSYS2 environments to CI for build sanity checks:
MSYS2 does not support older Windows for quite some time already, so there is no point in targeting msvcrt-based environments (MINGW64 and MINGW32).
Environment details can be found on page:
https://www.msys2.org/docs/environments/
GitHub Action to setup MSYS2:
https://github.com/msys2/setup-msys2
Depending on configuration (like enabling OpenBLAS), right now bulding in MSYS2 environments is not always working out of the box, but it was being improved in 2023, and is continued being improved directly (#1772) or indirectly (#1778).
Initially simple configurations (like w/o BLAS) could be built and in future expanded to cover more variants.
The text was updated successfully, but these errors were encountered: