emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 6c3efad: * test-native-bootstrap CI test configured


From: Andrea Corallo
Subject: feature/native-comp 6c3efad: * test-native-bootstrap CI test configured for speed 0
Date: Sun, 8 Mar 2020 08:36:04 -0400 (EDT)

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

    * test-native-bootstrap CI test configured for speed 0
    
    Run for now only speed 0 to limit memory usage and compilation time.
---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 51968a1..d081bb7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,6 +68,7 @@ test-filenotify-gio:
 
 test-native-bootstrap:
   # Test native bootstrap
+  # Run for now only speed 0 to limit memory usage and compilation time.
   stage: test
   only:
     - schedules
@@ -75,5 +76,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 -j2
+    - make bootstrap BYTE_COMPILE_EXTRA_FLAGS='--eval "(setq comp-speed 0)"' 
-j2
   timeout: 10 hours



reply via email to

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