This commit is contained in:
licsber 2024-03-10 12:28:36 +08:00
parent adc3f18d3f
commit a12f3a211c

View File

@ -13,7 +13,7 @@ RUN ./scripts/feeds update -a && \
RUN make defconfig && \
make download -j8
RUN if [ `nproc` -le 4 ]; then make -j3 || make V=s; else make -j || make V=s; fi && \
RUN if [ `nproc` -le 4 ]; then make -j3 || make V=s; else make -j `nproc` || make V=s; fi && \
echo $?
CMD ['bash']