master 2024-04-17
John Doe 2024-04-17 02:45:04 +08:00
parent 663a6ae97f
commit d67699cf38
No known key found for this signature in database
GPG Key ID: 30F190E0C359CB4F
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ jobs:
run: |
ulimit -SHn 65000
cd ~/lede
rm -r dl;while true; do make download -j && break || true; done
rm -rf 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