emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp ab4fff5 2/6: * .gitlab-ci.yml: CI test native bootst


From: Andrea Corallo
Subject: feature/native-comp ab4fff5 2/6: * .gitlab-ci.yml: CI test native bootstrap speed1 and speed2
Date: Sun, 22 Mar 2020 12:42:40 -0400 (EDT)

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

    * .gitlab-ci.yml: CI test native bootstrap speed1 and speed2
    
    Do just a fast bootstrap for these two.
---
 .gitlab-ci.yml | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fa613bb..ae46481 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -69,8 +69,8 @@ test-filenotify-gio:
     - make bootstrap
     - make -C test autorevert-tests filenotify-tests
 
-test-native-bootstrap:
-  # Test native bootstrap
+test-native-bootstrap-speed0:
+  # Test a full native bootstrap
   # Run for now only speed 0 to limit memory usage and compilation time.
   stage: test
   # Uncomment the following to run it only when sceduled.
@@ -82,3 +82,21 @@ test-native-bootstrap:
     - ./configure --without-makeinfo --with-nativecomp
     - make bootstrap BYTE_COMPILE_EXTRA_FLAGS='--eval "(setq comp-speed 0)"' 
-j2
   timeout: 3 hours
+
+test-native-bootstrap-speed1:
+  stage: test
+  script:
+    - 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)"'
+  timeout: 6 hours
+
+test-native-bootstrap-speed2:
+  stage: test
+  script:
+    - 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
+  timeout: 6 hours



reply via email to

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