mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 01:03: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:
parent
a42ab95e1f
commit
e89469925d
1 changed files with 2 additions and 6 deletions
8
.github/workflows/stockfish_binaries.yml
vendored
8
.github/workflows/stockfish_binaries.yml
vendored
|
@ -54,6 +54,8 @@ jobs:
|
||||||
exclude:
|
exclude:
|
||||||
- binaries: x86-32
|
- binaries: x86-32
|
||||||
config: { os: macos-12 }
|
config: { os: macos-12 }
|
||||||
|
- binaries: x86-32
|
||||||
|
config: { os: windows-2022}
|
||||||
- binaries: x86-64-avx2
|
- binaries: x86-64-avx2
|
||||||
config: { os: macos-12 }
|
config: { os: macos-12 }
|
||||||
- binaries: x86-64-bmi2
|
- binaries: x86-64-bmi2
|
||||||
|
@ -96,12 +98,6 @@ jobs:
|
||||||
msystem: ${{ matrix.config.msys_sys }}
|
msystem: ${{ matrix.config.msys_sys }}
|
||||||
install: mingw-w64-${{ matrix.config.msys_env }} make git zip
|
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
|
- name: Download SDE package
|
||||||
if: runner.os == 'Linux' || runner.os == 'Windows'
|
if: runner.os == 'Linux' || runner.os == 'Windows'
|
||||||
uses: petarpetrovt/setup-sde@v2.1
|
uses: petarpetrovt/setup-sde@v2.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue