summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2024-01-13 19:23:13 +0100
committersfan5 <sfan5@live.de>2024-01-14 22:42:26 +0100
commita56d5c7fa1f20d917a179be894580a4c66c374dc (patch)
treeb70ae82536156f4e69f16113c734c635d33dd024 /.github
parentbd35dc8ce71941b6bbd0839570ad0e66b0a85d3d (diff)
downloadmpv-a56d5c7fa1f20d917a179be894580a4c66c374dc.tar.bz2
mpv-a56d5c7fa1f20d917a179be894580a4c66c374dc.tar.xz
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] https://github.com/msys2/MINGW-packages/commit/fff2fa3711e3cf1c9b65b12784ab3d9428a779f1 See also: https://github.com/msys2/MINGW-packages/issues/19747
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c59d76d026..67c6460c8c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -225,9 +225,7 @@ jobs:
fail-fast: false
matrix:
sys:
- - clang32
- clang64
- - mingw32
- mingw64
- ucrt64
defaults: