summaryrefslogtreecommitdiff
path: root/test/infra/Dockerfile.emba
diff options
context:
space:
mode:
authorTed Zlatanov <tzz@lifelogs.com>2021-01-16 13:03:58 +0000
committerTed Zlatanov <tzz@lifelogs.com>2021-01-16 13:05:38 +0000
commit84e0749b8b180bb94a5c32ebda11b5f22942dc22 (patch)
treef4da7b080d3c43481fc583728452e5eee16dd8d1 /test/infra/Dockerfile.emba
parentc55b7b8e1f46612849a25f035578a46fa3fe343b (diff)
downloademacs-84e0749b8b180bb94a5c32ebda11b5f22942dc22.tar.gz
EMBA container build improvements for Emacs build testing.
* test/infra/gitlab-ci.yml: Moved from .gitlab-ci.yml. Use the EMBA container registry with a different login token storage file for each commit. Split test stages into prep, build, fast tests, normal tests, platform tests, and slow (everything) and use templates where possible. * .gitlab-ci.yml: Include test/infra/gitlab-ci.yml and move all content there.
Diffstat (limited to 'test/infra/Dockerfile.emba')
-rw-r--r--test/infra/Dockerfile.emba2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/infra/Dockerfile.emba b/test/infra/Dockerfile.emba
index dd41982ad59..421264db9c9 100644
--- a/test/infra/Dockerfile.emba
+++ b/test/infra/Dockerfile.emba
@@ -41,7 +41,7 @@ COPY . /checkout
WORKDIR /checkout
RUN ./autogen.sh autoconf
RUN ./configure --without-makeinfo
-RUN make bootstrap
+RUN make -j4 bootstrap
RUN make -j4
FROM emacs-base as emacs-filenotify-gio