Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
stupidloud committed Feb 12, 2024
1 parent 14714c2 commit be65297
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "======================="
Expand Down

0 comments on commit be65297

Please sign in to comment.