]> git.sesse.net Git - stockfish/commitdiff
Remove some CI parts not yet working
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 15 Jul 2023 09:59:27 +0000 (11:59 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 16 Jul 2023 13:13:24 +0000 (15:13 +0200)
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

index e761c845396affa3028ecc0aa888ccdc74f39bcc..f856d403af4dd35c99439cf78499d72f9d0dcbda 100644 (file)
@@ -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