We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663a6ae commit d67699cCopy full SHA for d67699c
1 file changed
.github/workflows/lo-test.yml
@@ -118,7 +118,7 @@ jobs:
118
run: |
119
ulimit -SHn 65000
120
cd ~/lede
121
- rm -r dl;while true; do make download -j && break || true; done
+ rm -rf dl;while true; do make download -j && break || true; done
122
[ `nproc` -gt 8 ] && con=$[`nproc`/2+3] || con=`nproc`
123
if [ -d build_dir ]; then
124
make -j$con IGNORE_ERRORS=1 tools/compile toolchain/compile buildinfo target/compile package/compile package/install target/install
0 commit comments