1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2026-05-03 02:35:49 +00:00

The parallel build seems to be stable

This commit is contained in:
Sebastian Bergmann
2019-08-22 08:13:02 +02:00
parent ee08d6df28
commit 1a1a425235

View File

@@ -27,7 +27,7 @@ RUN apt-get update && apt-get install -y \
git checkout -qf 3f93d9f2aa9f3d6856c812340250398203cd591c && \
mkdir -p /opt/amiga && \
make update && \
make all && \
make -j4 all && \
cd / && \
rm -rf /root/amiga-gcc && \
apt-get purge -y \