* test/infra/Dockerfile.emba (emacs-inotify): Reduce debug options.
* test/infra/gitlab-ci.yml (test-native-comp-speed0): Adapt make_params.
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
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.