mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-23 09:04:27 +01:00
Build each package sequentially with all threads available
This commit is contained in:
parent
63e96035f9
commit
1717e81988
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user