github/workflows: disable MSYS 32-bit builds

While mpv can be build for 32-bit platforms, MSYS started dropping some
of the 32-bit packages [1]. We cannot be asked to monitor and fix CI build
each time a dependency package randomly disappears [2].

Disable MSYS 32-bit builds if the support for this platforms is phased
out upstream. Sadly this will reduce our build coverage.

[1] https://www.msys2.org/news/#2023-12-13-starting-to-drop-some-32-bit-packages
[2] fff2fa3711

See also: https://github.com/msys2/MINGW-packages/issues/19747
This commit is contained in:
Kacper Michajłow 2024-01-13 19:23:13 +01:00 committed by sfan5
parent bd35dc8ce7
commit a56d5c7fa1
1 changed files with 0 additions and 2 deletions

View File

@ -225,9 +225,7 @@ jobs:
fail-fast: false
matrix:
sys:
- clang32
- clang64
- mingw32
- mingw64
- ucrt64
defaults: