From 75eb51e79ce430b4e5c7d032c978b586aaf62742 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sat, 22 Jul 2023 12:20:28 +0800 Subject: [PATCH] fix --- .github/workflows/lo-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lo-test.yml b/.github/workflows/lo-test.yml index a203761..93acdbb 100644 --- a/.github/workflows/lo-test.yml +++ b/.github/workflows/lo-test.yml @@ -122,8 +122,8 @@ jobs: ulimit -SHn 65000 cd ~/lede while true; do make download -j && break || true; done - make -j$[`nproc`+1] IGNORE_ERRORS=1 - if [ ! -e ~/lede/bin/targets/*/*/*imagebuilder*xz ]; then make V=sc; fi + 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 IGNORE_ERRORS=1 V=sc; fi mv `ls ~/lede/bin/targets/*/*/*imagebuilder*xz` ~/ib-$DEVICE.tar.xz echo "======================="