mirror of
https://github.com/bensuperpc/dockcross.git
synced 2026-05-01 15:26:06 +02:00
Build each package sequentially with all threads available
This commit is contained in:
committed by
Harmen Stoppels
parent
63e96035f9
commit
1717e81988
+1
-1
@@ -95,7 +95,7 @@ RUN \
|
|||||||
# Build MXE
|
# Build MXE
|
||||||
#
|
#
|
||||||
cd /usr/src/mxe && \
|
cd /usr/src/mxe && \
|
||||||
make -j$(nproc) && \
|
make JOBS=$(nproc) && \
|
||||||
#
|
#
|
||||||
# Cleanup: By keeping the MXE build system (Makefile, ...), derived images will be able to install
|
# Cleanup: By keeping the MXE build system (Makefile, ...), derived images will be able to install
|
||||||
# additional packages.
|
# additional packages.
|
||||||
|
|||||||
Reference in New Issue
Block a user