From e89469925d9afd060f85d4047edbaad8903e67ef Mon Sep 17 00:00:00 2001 From: Joost VandeVondele Date: Sat, 15 Jul 2023 11:59:27 +0200 Subject: [PATCH] Remove some CI parts not yet working downgrading compiler didn't work for windows build. Stick to gcc 13 for now. Windows x86-32 not a 32bit binary, remove. closes https://github.com/official-stockfish/Stockfish/pull/4685 No functional change --- .github/workflows/stockfish_binaries.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/stockfish_binaries.yml b/.github/workflows/stockfish_binaries.yml index e761c845..f856d403 100644 --- a/.github/workflows/stockfish_binaries.yml +++ b/.github/workflows/stockfish_binaries.yml @@ -54,6 +54,8 @@ jobs: exclude: - binaries: x86-32 config: { os: macos-12 } + - binaries: x86-32 + config: { os: windows-2022} - binaries: x86-64-avx2 config: { os: macos-12 } - binaries: x86-64-bmi2 @@ -96,12 +98,6 @@ jobs: msystem: ${{ matrix.config.msys_sys }} install: mingw-w64-${{ matrix.config.msys_env }} make git zip - - name: Install fixed GCC on Windows - if: runner.os == 'Windows' - run: | - wget https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gcc-11.3.0-2-any.pkg.tar.zst - pacman -U mingw-w64-x86_64-gcc-11.3.0-2-any.pkg.tar.zst --noconfirm - - name: Download SDE package if: runner.os == 'Linux' || runner.os == 'Windows' uses: petarpetrovt/setup-sde@v2.1 -- 2.39.2