]> git.eshelyaron.com Git - emacs.git/commitdiff
Adapt some emba parameters
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 22 Oct 2021 13:02:34 +0000 (15:02 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 22 Oct 2021 13:02:34 +0000 (15:02 +0200)
* 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
test/infra/gitlab-ci.yml

index a031fc168598cf238883af9543bf3dcff8310dba..cca0979a9e29b4c02e30958a6eff64f25b51e9af 100644 (file)
@@ -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
 
index d4b7ee99d8beaa752a744d1fcc473dd20c3e3741..5ff3694a0e194b28ff15707faa1ee10fdce4314f 100644 (file)
@@ -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.