emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 42b5a11 1/3: * Update gitlab CI yml file


From: Andrea Corallo
Subject: feature/native-comp 42b5a11 1/3: * Update gitlab CI yml file
Date: Fri, 11 Sep 2020 09:04:52 -0400 (EDT)

branch: feature/native-comp
commit 42b5a1101d2230bc1a6d7abf019f9a96c164da5c
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * Update gitlab CI yml file
    
        * .gitlab-ci.yml (test-native-bootstrap-speed0)
        (test-native-bootstrap-speed1, test-native-bootstrap-speed2):
        Update for new make invokation.
---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6627f5f..93929f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -107,7 +107,7 @@ test-native-bootstrap-speed0:
     - 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 BYTE_COMPILE_EXTRA_FLAGS='--eval "(setq comp-speed 0)"' 
-j2
+    - make bootstrap NATIVE_FULL_AOT=1 BYTE_COMPILE_EXTRA_FLAGS='--eval "(setq 
comp-speed 0)"' -j2
   timeout: 8 hours
 
 test-native-bootstrap-speed1:
@@ -116,7 +116,7 @@ test-native-bootstrap-speed1:
     - 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 NATIVE_FAST_BOOT=1 BYTE_COMPILE_EXTRA_FLAGS='--eval 
"(setq comp-speed 1)"'
+    - make bootstrap BYTE_COMPILE_EXTRA_FLAGS='--eval "(setq comp-speed 1)"'
   timeout: 8 hours
 
 test-native-bootstrap-speed2:
@@ -125,7 +125,7 @@ test-native-bootstrap-speed2:
     - 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 NATIVE_FAST_BOOT=1
+    - make bootstrap
   timeout: 8 hours
 
 test-gnustep:



reply via email to

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