1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00

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
This commit is contained in:
Joost VandeVondele 2023-07-15 11:59:27 +02:00
parent a42ab95e1f
commit e89469925d

View 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