Update Stockfish to 17.1

This commit is contained in:
Jonas Vautherin
2025-07-14 17:59:19 +02:00
parent 731b331faf
commit 11090d1ded

View File

@@ -1354,15 +1354,15 @@ jobs:
make ${{ matrix.arch_name.image }}.test make ${{ matrix.arch_name.image }}.test
fi fi
# Updated on 19/05/2022 # Updated on 15/07/2025
- name: stockfish build test - name: stockfish build test
if: ${{ matrix.arch_name.stockfish == 'yes' && (matrix.arch_name.multiarch == 'yes' || env.HOST_ARCH == 'amd64') }} if: ${{ matrix.arch_name.stockfish == 'yes' && (matrix.arch_name.multiarch == 'yes' || env.HOST_ARCH == 'amd64') }}
run: | run: |
git clone --depth 1 --branch sf_15 https://github.com/official-stockfish/Stockfish.git git clone --depth 1 --branch sf_17.1 https://github.com/official-stockfish/Stockfish.git
cd Stockfish/src cd Stockfish
./../../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} net ./../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} -C src net
./../../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} build ${{ matrix.arch_name.stockfish_arg }} -j${nproc} ./../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} -C src build ${{ matrix.arch_name.stockfish_arg }} -j${nproc}
cd ../.. cd ..
rm -rf Stockfish rm -rf Stockfish
# Updated on 12/09/2022 # Updated on 12/09/2022