summaryrefslogtreecommitdiff
path: root/test/infra/Dockerfile.emba
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2021-09-29 09:48:01 +0200
committerMichael Albinus <michael.albinus@gmx.de>2021-09-29 09:48:01 +0200
commit0d72beec9bb8d6131824aab22cab7fe4020027cf (patch)
treeb69e81e2b329ecbc3a47405985edbf84b4827edd /test/infra/Dockerfile.emba
parentafee49fa0842f21ac008995a288be3f71c55800e (diff)
downloademacs-0d72beec9bb8d6131824aab22cab7fe4020027cf.tar.gz
Some inmprovements in emba CI files
* test/infra/Dockerfile.emba: Remove superfluous "make -j4". * test/infra/gitlab-ci.yml (.test-template): Add 'allow_failure' clause. (test-all-inotify): Add 'needs' clause.
Diffstat (limited to 'test/infra/Dockerfile.emba')
-rw-r--r--test/infra/Dockerfile.emba4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/infra/Dockerfile.emba b/test/infra/Dockerfile.emba
index 0b69a719928..f7cd183e538 100644
--- a/test/infra/Dockerfile.emba
+++ b/test/infra/Dockerfile.emba
@@ -45,7 +45,6 @@ RUN ./autogen.sh autoconf
RUN ./configure
# 'make -j4 bootstrap' does not work reliably.
RUN make bootstrap
-RUN make -j4
FROM emacs-base as emacs-filenotify-gio
@@ -59,7 +58,6 @@ WORKDIR /checkout
RUN ./autogen.sh autoconf
RUN ./configure --with-file-notification=gfile
RUN make bootstrap
-RUN make -j4
FROM emacs-base as emacs-gnustep
@@ -73,7 +71,6 @@ WORKDIR /checkout
RUN ./autogen.sh autoconf
RUN ./configure --with-ns
RUN make bootstrap
-RUN make -j4
FROM emacs-base as emacs-native-comp-speed0
@@ -90,4 +87,3 @@ RUN ./autogen.sh autoconf
RUN ./configure --with-native-compilation
RUN make bootstrap -j2 \
NATIVE_FULL_AOT=1 BYTE_COMPILE_EXTRA_FLAGS='--eval "(setq comp-speed 0)"'
-RUN make -j4