From 4c492d2e2e7c0a040047547432f7cc1098ae8969 Mon Sep 17 00:00:00 2001 From: John Doe Date: Fri, 29 Mar 2024 07:34:35 +0800 Subject: [PATCH] update --- .github/workflows/lo-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lo-test.yml b/.github/workflows/lo-test.yml index eb3284c..a7eaa25 100644 --- a/.github/workflows/lo-test.yml +++ b/.github/workflows/lo-test.yml @@ -118,7 +118,7 @@ jobs: run: | ulimit -SHn 65000 cd ~/lede - while true; do make download -j && break || true; done + rm -r 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