From 1520f1588e7f14358a8063dd43ffed17f82449b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Sat, 15 Sep 2018 10:54:00 +0100 Subject: [PATCH] travis: maybe fix. not sure --- .travis.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index d7ed949..c5d1cec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ install: | script: | cd "$TRAVIS_BUILD_DIR" - # -j: I'm unable to install nproc on Travis. + # --nproc: I'm unable to install nproc on Travis. # TODO why? Is part of coreutils in Ubuntu 16.04: # http://manpages.ubuntu.com/manpages/trusty/man1/nproc.1.html # which ./configure is installing. @@ -16,11 +16,6 @@ script: | # awk: without it, too much stdout (4Mb max) # If we ignore stdout: Travis kills job because it spent # too long without any new stdout. - # - # -S otherwise apt-get instlal fails with: - # The following packages have unmet dependencies: - # libsdl2-dev : Depends: libegl1-mesa-dev - # Depends: libgles2-mesa-dev - bash -x ./build-qemu -j 16 -S |& awk 'NR % 1000 == 0' - bash -x ./build-buildroot -j 16 -S |& awk 'NR % 1000 == 0' + bash -x ./build-qemu --nproc 16 |& awk 'NR % 1000 == 0' + bash -x ./build-buildroot --nproc 16 |& awk 'NR % 1000 == 0' bash -x ./run --kernel-cli 'init=/poweroff.out'