Actions have more cores now

This commit is contained in:
Fancy2209 2024-11-05 12:13:58 -01:00 committed by GitHub
parent 03adcfcd84
commit bef5f26ead
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1256,7 +1256,7 @@ jobs:
git clone --depth 1 --branch sf_15 https://github.com/official-stockfish/Stockfish.git
cd Stockfish/src
./../../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} net
./../../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} build ${{ matrix.arch_name.stockfish_arg }} -j2
./../../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} build ${{ matrix.arch_name.stockfish_arg }} -j${nproc}
cd ../..
rm -rf Stockfish
@ -1277,7 +1277,7 @@ jobs:
wget https://raw.githubusercontent.com/mavlink/MAVSDK/main/third_party/openssl/dockcross-android.patch
patch -p 0 < dockcross-android.patch
./../tools/dockcross-command.sh ${{ matrix.arch_name.image }} ./Configure ${{ matrix.arch_name.openssl_arg }}
./../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} -j2
./../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} -j${nproc}
cd ..
rm -rf openssl
@ -1331,7 +1331,7 @@ jobs:
git clone --depth 1 --branch v3.11.2 https://github.com/python/cpython.git
cd cpython
./../tools/dockcross-command.sh ${{ matrix.arch_name.image }} ./configure ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no --disable-ipv6 ${{ matrix.arch_name.cpython_arg }} --build=x86_64-linux-gnu --with-build-python --enable-shared
./../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} -j2
./../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} -j${nproc}
cd ..
rm -rf cpython