]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: reduce the number of CPUs used in slow on make check
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 19 Sep 2015 10:12:18 +0000 (12:12 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 19 Sep 2015 10:12:18 +0000 (12:12 +0200)
.gitlab-ci.yml

index abd36a7a190411b9ed98ca06dbc264e029e4c5e0..32b80aae99e4c971de038cd556ea52f43cc94a5b 100644 (file)
@@ -43,7 +43,7 @@ Build and Check with asan:
 Build and Check:
   script:
   - git submodule update --init && make autoreconf && ./configure --with-included-libtasn1
-    --disable-doc --disable-valgrind-tests && make -j4 && make check -j4
+    --disable-doc --disable-valgrind-tests && make -j4 && make check -j2
   - cat tests/test-suite.log
   tags:
   - slow