From: <sv...@op...> - 2025-04-01 12:08:10
|
Author: manx Date: Tue Apr 1 14:07:43 2025 New Revision: 23119 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=23119 Log: Merged revision(s) 23117 from trunk/OpenMPT: [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: branches/OpenMPT-1.31/ (props changed) branches/OpenMPT-1.31/.github/workflows/MSYS2-Autotools.yml branches/OpenMPT-1.31/.github/workflows/MSYS2-Makefile-Clang.yml branches/OpenMPT-1.31/.github/workflows/MSYS2-Makefile.yml Modified: branches/OpenMPT-1.31/.github/workflows/MSYS2-Autotools.yml ============================================================================== --- branches/OpenMPT-1.31/.github/workflows/MSYS2-Autotools.yml Tue Apr 1 14:07:24 2025 (r23118) +++ branches/OpenMPT-1.31/.github/workflows/MSYS2-Autotools.yml Tue Apr 1 14:07:43 2025 (r23119) @@ -14,7 +14,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: branches/OpenMPT-1.31/.github/workflows/MSYS2-Makefile-Clang.yml ============================================================================== --- branches/OpenMPT-1.31/.github/workflows/MSYS2-Makefile-Clang.yml Tue Apr 1 14:07:24 2025 (r23118) +++ branches/OpenMPT-1.31/.github/workflows/MSYS2-Makefile-Clang.yml Tue Apr 1 14:07:43 2025 (r23119) @@ -14,7 +14,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: branches/OpenMPT-1.31/.github/workflows/MSYS2-Makefile.yml ============================================================================== --- branches/OpenMPT-1.31/.github/workflows/MSYS2-Makefile.yml Tue Apr 1 14:07:24 2025 (r23118) +++ branches/OpenMPT-1.31/.github/workflows/MSYS2-Makefile.yml Tue Apr 1 14:07:43 2025 (r23119) @@ -14,7 +14,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}} |