We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8223ae7 commit bcc6682Copy full SHA for bcc6682
.github/workflows/build-openwrt.yml
@@ -143,7 +143,7 @@ jobs:
143
144
echo -e "$(nproc) thread compile for ${{ matrix.branch }} / ${{ matrix.config }}"
145
146
- make -j2 EXTRA_IMAGE_NAME="${CUSTOM_EXTRA_NAME}" || { \
+ make -j$(nproc) EXTRA_IMAGE_NAME="${CUSTOM_EXTRA_NAME}" || { \
147
rm -rf build_dir/target-*/intel-microcode-*/*ipkg* tmp pkginfo 2>/dev/null || true; \
148
make package/firmware/intel-microcode/clean V=s || true; \
149
make -j1 V=s EXTRA_IMAGE_NAME="${CUSTOM_EXTRA_NAME}"; \
0 commit comments