mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Merge pull request #603 from justincormack/minus-j
set -j on kernel build again
This commit is contained in:
commit
8191e3204e
@ -64,7 +64,7 @@ RUN cd /linux && \
|
||||
RUN cd /linux && \
|
||||
make defconfig && \
|
||||
make oldconfig && \
|
||||
make KCFLAGS="-fno-pie" && \
|
||||
make -j "$(getconf _NPROCESSORS_ONLN)" KCFLAGS="-fno-pie" && \
|
||||
make INSTALL_MOD_PATH=/tmp/kernel-modules modules_install && \
|
||||
( cd /tmp/kernel-modules && tar cf /kernel-modules.tar . ) && \
|
||||
make INSTALL_HDR_PATH=/tmp/kernel-headers headers_install
|
||||
|
Loading…
Reference in New Issue
Block a user