emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp cd9c1e4: * Raise timeout for test-native-bootstrap C


From: Andrea Corallo
Subject: feature/native-comp cd9c1e4: * Raise timeout for test-native-bootstrap CI test and build with -j2
Date: Sat, 7 Mar 2020 14:17:13 -0500 (EST)

branch: feature/native-comp
commit cd9c1e48890f935731a6bfb3d5106fa42df08258
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    * Raise timeout for test-native-bootstrap CI test and build with -j2
---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b31810..51968a1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]