]> git.eshelyaron.com Git - emacs.git/commitdiff
* test-native-bootstrap CI test configured for speed 0
authorAndrea Corallo <akrl@sdf.org>
Sun, 8 Mar 2020 12:34:43 +0000 (12:34 +0000)
committerAndrea Corallo <akrl@sdf.org>
Sun, 8 Mar 2020 12:34:43 +0000 (12:34 +0000)
Run for now only speed 0 to limit memory usage and compilation time.

.gitlab-ci.yml

index 51968a158fafae428ce2ea6bb76b18ea8142c0dd..d081bb7c474be3b7b689a42f79e31f8cf160458b 100644 (file)
@@ -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