]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/infra/Dockerfile.emba (emacs-gnustep): Do not run parallel make.
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 5 Apr 2021 10:45:10 +0000 (12:45 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 5 Apr 2021 10:45:10 +0000 (12:45 +0200)
test/infra/Dockerfile.emba

index 30a58971340180e3efaac243af50c68fa7ed7919..19c83a8016f90c4a372cf25e4c13e7eebb4dd507 100644 (file)
@@ -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