diff options
| author | Michael Albinus | 2021-10-22 15:02:34 +0200 |
|---|---|---|
| committer | Michael Albinus | 2021-10-22 15:02:34 +0200 |
| commit | f7a2ff3bf59a6cd85bc5c2d172398f89cfebe3f2 (patch) | |
| tree | b5b33ad566a1a44a5aeed5a7a19f0de96b4a91a3 /test | |
| parent | 6883403719e204bd652b26323cfbab8fbb5bd871 (diff) | |
| download | emacs-f7a2ff3bf59a6cd85bc5c2d172398f89cfebe3f2.tar.gz emacs-f7a2ff3bf59a6cd85bc5c2d172398f89cfebe3f2.zip | |
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.
Diffstat (limited to 'test')
| -rw-r--r-- | test/infra/Dockerfile.emba | 3 | ||||
| -rw-r--r-- | 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 a031fc16859..cca0979a9e2 100644 --- a/test/infra/Dockerfile.emba +++ b/test/infra/Dockerfile.emba | |||
| @@ -42,8 +42,7 @@ RUN apt-get update && \ | |||
| 42 | COPY . /checkout | 42 | COPY . /checkout |
| 43 | WORKDIR /checkout | 43 | WORKDIR /checkout |
| 44 | RUN ./autogen.sh autoconf | 44 | RUN ./autogen.sh autoconf |
| 45 | RUN ./configure --enable-checking='yes,glyphs' --enable-check-lisp-object-type \ | 45 | RUN ./configure CFLAGS='-O0 -g3' |
| 46 | CFLAGS='-O0 -g3' | ||
| 47 | # 'make -j4 bootstrap' does not work reliably. | 46 | # 'make -j4 bootstrap' does not work reliably. |
| 48 | RUN make bootstrap | 47 | RUN make bootstrap |
| 49 | 48 | ||
diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index d4b7ee99d8b..5ff3694a0e1 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml | |||
| @@ -300,7 +300,8 @@ test-native-comp-speed0: | |||
| 300 | extends: [.job-template, .test-template, .native-comp-template] | 300 | extends: [.job-template, .test-template, .native-comp-template] |
| 301 | variables: | 301 | variables: |
| 302 | target: emacs-native-comp-speed0 | 302 | target: emacs-native-comp-speed0 |
| 303 | make_params: "-C test comp-tests.log" | 303 | make_params: >- |
| 304 | "-C test check SELECTOR='(and (not (tag :unstable)) (tag :nativecomp)))'" | ||
| 304 | 305 | ||
| 305 | test-all-inotify: | 306 | test-all-inotify: |
| 306 | # This tests also file monitor libraries inotify and inotifywatch. | 307 | # This tests also file monitor libraries inotify and inotifywatch. |