projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac81c5c
)
* test/infra/Dockerfile.emba (emacs-gnustep): Do not run parallel make.
author
Michael Albinus
<michael.albinus@gmx.de>
Mon, 5 Apr 2021 10:45:10 +0000
(12:45 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Mon, 5 Apr 2021 10:45:10 +0000
(12:45 +0200)
test/infra/Dockerfile.emba
patch
|
blob
|
history
diff --git
a/test/infra/Dockerfile.emba
b/test/infra/Dockerfile.emba
index 30a58971340180e3efaac243af50c68fa7ed7919..19c83a8016f90c4a372cf25e4c13e7eebb4dd507 100644
(file)
--- a/
test/infra/Dockerfile.emba
+++ b/
test/infra/Dockerfile.emba
@@
-68,5
+68,5
@@
COPY . /checkout
WORKDIR /checkout
RUN ./autogen.sh autoconf
RUN ./configure --with-ns
-RUN make
-j4
bootstrap
+RUN make bootstrap
RUN make -j4