From: <sv...@op...> - 2025-04-01 12:07:11
|
Author: manx Date: Tue Apr 1 14:06:44 2025 New Revision: 23117 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=23117 Log: [Reg] CI: Github: MSYS: MSYS2 is dropping all 32 bit support (see <https://www.msys2.org/news/#2023-12-13-starting-to-drop-some-32-bit-packages>). This is now starting to affect our dependencies. Remove all MSYS2 32bit GitHub actions. Modified: trunk/OpenMPT/.github/workflows/MSYS2-Autotools.yml trunk/OpenMPT/.github/workflows/MSYS2-Makefile-Clang.yml trunk/OpenMPT/.github/workflows/MSYS2-Makefile.yml Modified: trunk/OpenMPT/.github/workflows/MSYS2-Autotools.yml ============================================================================== --- trunk/OpenMPT/.github/workflows/MSYS2-Autotools.yml Tue Apr 1 13:35:09 2025 (r23116) +++ trunk/OpenMPT/.github/workflows/MSYS2-Autotools.yml Tue Apr 1 14:06:44 2025 (r23117) @@ -16,7 +16,6 @@ matrix: include: - { sys: MINGW64, rep: mingw64, env: x86_64 } - - { sys: MINGW32, rep: mingw32, env: i686 } - { sys: UCRT64, rep: ucrt64, env: ucrt-x86_64 } concurrency: group: ${{github.ref}}-${{github.workflow}}-autotools-${{matrix.sys}}-${{matrix.rep}}-${{matrix.env}} Modified: trunk/OpenMPT/.github/workflows/MSYS2-Makefile-Clang.yml ============================================================================== --- trunk/OpenMPT/.github/workflows/MSYS2-Makefile-Clang.yml Tue Apr 1 13:35:09 2025 (r23116) +++ trunk/OpenMPT/.github/workflows/MSYS2-Makefile-Clang.yml Tue Apr 1 14:06:44 2025 (r23117) @@ -16,7 +16,6 @@ matrix: include: - { sys: MINGW64, rep: mingw64, env: x86_64 } - - { sys: MINGW32, rep: mingw32, env: i686 } - { sys: UCRT64, rep: ucrt64, env: ucrt-x86_64 } concurrency: group: ${{github.ref}}-${{github.workflow}}-autotools-${{matrix.sys}}-${{matrix.rep}}-${{matrix.env}} Modified: trunk/OpenMPT/.github/workflows/MSYS2-Makefile.yml ============================================================================== --- trunk/OpenMPT/.github/workflows/MSYS2-Makefile.yml Tue Apr 1 13:35:09 2025 (r23116) +++ trunk/OpenMPT/.github/workflows/MSYS2-Makefile.yml Tue Apr 1 14:06:44 2025 (r23117) @@ -16,7 +16,6 @@ matrix: include: - { sys: MINGW64, rep: mingw64, env: x86_64 } - - { sys: MINGW32, rep: mingw32, env: i686 } - { sys: UCRT64, rep: ucrt64, env: ucrt-x86_64 } concurrency: group: ${{github.ref}}-${{github.workflow}}-${{matrix.sys}}-${{matrix.rep}}-${{matrix.env}} |