]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
.travis.yml: Do some build (gcc) runs in parallel (-j4)
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Sat, 10 Oct 2020 19:36:47 +0000 (21:36 +0200)
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>
Thu, 3 Dec 2020 14:38:28 +0000 (15:38 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13580)

.travis.yml

index a6d3488028a315508edce0076383ef5474488381..6b42cc562ac71fe7fcb5ed79796f8f9851eecc13 100644 (file)
@@ -173,6 +173,7 @@ before_script:
           fi;
       fi
     - ./configdata.pm --dump
+    - export BUILDOPTS="-j4"
     - export HARNESS_JOBS=${HARNESS_JOBS:-4}
     - cd $top
 
@@ -183,9 +184,9 @@ script:
           make="make";
       fi
     - if [ -n "$GENERATE" ]; then
-          make2="$make PERL=no-perl";
+          make2="$make $BUILDOPTS PERL=no-perl";
       else
-          make2="$make";
+          make2="$make $BUILDOPTS";
       fi
     - top=${PWD}
     - if [ -n "$DESTDIR" ]; then