File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/ubuntu-generic-diskimages/kernel-and-modules Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN cd /workspace && apt source linux-image-unsigned-5.15.0-25-generic
24
24
25
25
RUN cd /workspace/linux-5.15.0 && \
26
26
make defconfig && \
27
- make -j 32 && \
27
+ make -j $(nproc) && \
28
28
make INSTALL_MOD_PATH=/workspace/output modules_install
29
29
30
30
RUN git clone https://github.com/gem5/gem5.git --depth=1 --filter=blob:none --no-checkout --sparse --single-branch --branch=release-staging-v24-1-1-0 && \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN cd /workspace && apt source linux-image-unsigned-6.8.0-47-generic
22
22
23
23
RUN cd /workspace/linux-6.8.0 && \
24
24
make defconfig && \
25
- make -j 32 && \
25
+ make -j $(nproc) && \
26
26
make INSTALL_MOD_PATH=/workspace/output modules_install
27
27
28
28
RUN git clone https://github.com/gem5/gem5.git --depth=1 --filter=blob:none --no-checkout --sparse --single-branch --branch=release-staging-v24-1-1-0 && \
You can’t perform that action at this time.
0 commit comments