This commit is contained in:
John Doe
2024-03-29 07:34:35 +08:00
parent d6c3cbb005
commit 4c492d2e2e

View File

@@ -118,7 +118,7 @@ jobs:
run: |
ulimit -SHn 65000
cd ~/lede
while true; do make download -j && break || true; done
rm -r dl;while true; do make download -j && break || true; done
[ `nproc` -gt 8 ] && con=$[`nproc`/2+3] || con=`nproc`
if [ -d build_dir ]; then
make -j$con IGNORE_ERRORS=1 tools/compile toolchain/compile buildinfo target/compile package/compile package/install target/install