From 67c1ac5ca9feb4c1004efb8c5258aab61f51a2f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Fri, 5 Jun 2020 21:11:40 +0200 Subject: [PATCH] Travis: --parallelBuild:2 everywhere --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7b174af1a..6504e8ba3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,9 +47,9 @@ install: script: - set -e # fail fast # Building Nim-1.0.4 takes up to 10 minutes on Travis - the time limit after which jobs are cancelled for having no output - - make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC}" V=1 update # to allow a newer Nim version to be detected - - make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC}" LOG_LEVEL=TRACE - - make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC} -d:testnet_servers_image" LOG_LEVEL=TRACE + - make -j${NPROC} NIMFLAGS="--parallelBuild:2" V=1 update # to allow a newer Nim version to be detected + - make -j${NPROC} NIMFLAGS="--parallelBuild:2" LOG_LEVEL=TRACE + - make -j${NPROC} NIMFLAGS="--parallelBuild:2 -d:testnet_servers_image" LOG_LEVEL=TRACE # Compiling "test_all" on ARM64 can take longer than 10 minutes, so make it verbose. - make -j${NPROC} NIMFLAGS="--parallelBuild:2" DISABLE_TEST_FIXTURES_SCRIPT=1 V=1 test