]> git.eshelyaron.com Git - emacs.git/commitdiff
* Raise timeout for test-native-bootstrap CI test and build with -j2
authorAndrea Corallo <akrl@sdf.org>
Sat, 7 Mar 2020 19:12:36 +0000 (19:12 +0000)
committerAndrea Corallo <akrl@sdf.org>
Sat, 7 Mar 2020 19:13:33 +0000 (19:13 +0000)
.gitlab-ci.yml

index 7b31810fd33068125616659b2b22ce5e10bf67a0..51968a158fafae428ce2ea6bb76b18ea8142c0dd 100644 (file)
@@ -75,4 +75,5 @@ test-native-bootstrap:
     - DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libgccjit-6-dev
     - ./autogen.sh autoconf
     - ./configure --without-makeinfo --with-nativecomp
-    - make bootstrap
+    - make bootstrap -j2
+  timeout: 10 hours