Azure: don't build the tools twice on 32-bit

This commit is contained in:
Ștefan Talpalaru 2020-04-04 17:21:46 +02:00
parent 01a5f43b6e
commit 9249be7268
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9

View File

@ -65,7 +65,10 @@ jobs:
scripts/setup_official_tests.sh jsonTestsCache
mingw32-make -j2 ARCH_OVERRIDE=${PLATFORM} CI_CACHE=NimBinaries update
mingw32-make -j2 ARCH_OVERRIDE=${PLATFORM} fetch-dlls
mingw32-make -j2 ARCH_OVERRIDE=${PLATFORM} LOG_LEVEL=TRACE
if [[ $PLATFORM == "x64" ]]; then
# the 32-bit job struggles to complete under the 60 minutes time limit, so try to lighten it a little
mingw32-make -j2 ARCH_OVERRIDE=${PLATFORM} LOG_LEVEL=TRACE
fi
mingw32-make -j2 ARCH_OVERRIDE=${PLATFORM} LOG_LEVEL=TRACE NIMFLAGS="-d:testnet_servers_image"
file build/beacon_node
mingw32-make -j2 ARCH_OVERRIDE=${PLATFORM} DISABLE_TEST_FIXTURES_SCRIPT=1 test