workflows: fully drop 32-bit Windows MSYS2 builds

With CLANG32 on its way out and qt5-static for MINGW32 being dropped,
there's no point in keeping them
This commit is contained in:
Alexander Babikov
2024-11-21 22:31:51 +05:00
parent 80dde3c37a
commit e1f20063c5
2 changed files with 0 additions and 12 deletions

View File

@@ -67,15 +67,9 @@ jobs:
environment: environment:
# - msystem: MSYS # - msystem: MSYS
# toolchain: ./cmake/flags-gcc-x86_64.cmake # toolchain: ./cmake/flags-gcc-x86_64.cmake
# - msystem: MINGW32
# prefix: mingw-w64-i686
# toolchain: ./cmake/flags-gcc-i686.cmake
- msystem: MINGW64 - msystem: MINGW64
prefix: mingw-w64-x86_64 prefix: mingw-w64-x86_64
toolchain: ./cmake/flags-gcc-x86_64.cmake toolchain: ./cmake/flags-gcc-x86_64.cmake
# - msystem: CLANG32
# prefix: mingw-w64-clang-i686
# toolchain: ./cmake/llvm-win32-i686.cmake
# - msystem: CLANG64 # - msystem: CLANG64
# prefix: mingw-w64-clang-x86_64 # prefix: mingw-w64-clang-x86_64
# toolchain: ./cmake/llvm-win32-x86_64.cmake # toolchain: ./cmake/llvm-win32-x86_64.cmake

View File

@@ -72,15 +72,9 @@ jobs:
environment: environment:
# - msystem: MSYS # - msystem: MSYS
# toolchain: ./cmake/flags-gcc-x86_64.cmake # toolchain: ./cmake/flags-gcc-x86_64.cmake
- msystem: MINGW32
prefix: mingw-w64-i686
toolchain: ./cmake/flags-gcc-i686.cmake
- msystem: MINGW64 - msystem: MINGW64
prefix: mingw-w64-x86_64 prefix: mingw-w64-x86_64
toolchain: ./cmake/flags-gcc-x86_64.cmake toolchain: ./cmake/flags-gcc-x86_64.cmake
# - msystem: CLANG32
# prefix: mingw-w64-clang-i686
# toolchain: ./cmake/llvm-win32-i686.cmake
# - msystem: CLANG64 # - msystem: CLANG64
# prefix: mingw-w64-clang-x86_64 # prefix: mingw-w64-clang-x86_64
# toolchain: ./cmake/llvm-win32-x86_64.cmake # toolchain: ./cmake/llvm-win32-x86_64.cmake