pull/1358/head
John Doe 2024-02-12 13:30:27 +08:00
parent 14714c2390
commit be65297cdd
No known key found for this signature in database
GPG Key ID: 30F190E0C359CB4F
1 changed files with 4 additions and 1 deletions

View File

@ -121,7 +121,10 @@ jobs:
while true; do make download -j && break || true; done
if [ `nproc` -lt 8 ] && con = `nproc`/2+3 || con = `nproc`
make -j$con IGNORE_ERRORS=1 tools/compile toolchain/compile buildinfo target/compile package/compile package/install target/install
if [ ! -e ~/lede/bin/targets/*/*/*imagebuilder*xz ]; then make IGNORE_ERRORS=1 V=sc; fi
if [ ! -e ~/lede/bin/targets/*/*/*imagebuilder*xz ]; then
df -h
make IGNORE_ERRORS=1 V=sc
fi
mv `ls ~/lede/bin/targets/*/*/*imagebuilder*xz` ~/ib-$DEVICE.tar.xz
echo "======================="