fix
This commit is contained in:
4
.github/workflows/lo-test.yml
vendored
4
.github/workflows/lo-test.yml
vendored
@@ -122,8 +122,8 @@ jobs:
|
|||||||
ulimit -SHn 65000
|
ulimit -SHn 65000
|
||||||
cd ~/lede
|
cd ~/lede
|
||||||
while true; do make download -j && break || true; done
|
while true; do make download -j && break || true; done
|
||||||
make -j$[`nproc`+1] IGNORE_ERRORS=1
|
make -j$[`nproc`+1] 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 V=sc; fi
|
if [ ! -e ~/lede/bin/targets/*/*/*imagebuilder*xz ]; then make IGNORE_ERRORS=1 V=sc; fi
|
||||||
mv `ls ~/lede/bin/targets/*/*/*imagebuilder*xz` ~/ib-$DEVICE.tar.xz
|
mv `ls ~/lede/bin/targets/*/*/*imagebuilder*xz` ~/ib-$DEVICE.tar.xz
|
||||||
|
|
||||||
echo "======================="
|
echo "======================="
|
||||||
|
|||||||
Reference in New Issue
Block a user