mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-08-03 15:32:24 +02:00
Update Stockfish to 17.1
This commit is contained in:
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user