emacs-diffs
[Top][All Lists]
Advanced

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

master f7a2ff3: Adapt some emba parameters


From: Michael Albinus
Subject: master f7a2ff3: Adapt some emba parameters
Date: Fri, 22 Oct 2021 09:02:41 -0400 (EDT)

branch: master
commit f7a2ff3bf59a6cd85bc5c2d172398f89cfebe3f2
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Adapt some emba parameters
    
    * test/infra/Dockerfile.emba (emacs-inotify): Reduce debug options.
    
    * test/infra/gitlab-ci.yml (test-native-comp-speed0): Adapt make_params.
---
 test/infra/Dockerfile.emba | 3 +--
 test/infra/gitlab-ci.yml   | 3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/infra/Dockerfile.emba b/test/infra/Dockerfile.emba
index a031fc1..cca0979 100644
--- a/test/infra/Dockerfile.emba
+++ b/test/infra/Dockerfile.emba
@@ -42,8 +42,7 @@ RUN apt-get update && \
 COPY . /checkout
 WORKDIR /checkout
 RUN ./autogen.sh autoconf
-RUN ./configure --enable-checking='yes,glyphs' --enable-check-lisp-object-type 
\
-    CFLAGS='-O0 -g3'
+RUN ./configure CFLAGS='-O0 -g3'
 # 'make -j4 bootstrap' does not work reliably.
 RUN make bootstrap
 
diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index d4b7ee9..5ff3694 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -300,7 +300,8 @@ test-native-comp-speed0:
   extends: [.job-template, .test-template, .native-comp-template]
   variables:
     target: emacs-native-comp-speed0
-    make_params: "-C test comp-tests.log"
+    make_params: >-
+      "-C test check SELECTOR='(and (not (tag :unstable)) (tag :nativecomp)))'"
 
 test-all-inotify:
   # This tests also file monitor libraries inotify and inotifywatch.



reply via email to

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