This commit is contained in:
John Doe
2021-04-07 18:02:11 +08:00
parent cd91f8de52
commit d545f70401

View File

@@ -88,6 +88,7 @@ jobs:
run: | run: |
cd ~/lede cd ~/lede
while true; do make download -j && break || true; done while true; do make download -j && break || true; done
make package/feeds/packages/lua-maxminddb/clean
make -j$[`nproc`+1] IGNORE_ERRORS=1 make -j$[`nproc`+1] IGNORE_ERRORS=1
mv `ls ~/lede/bin/targets/*/*/*imagebuilder*xz` ~/ib-$DEVICE.tar.xz mv `ls ~/lede/bin/targets/*/*/*imagebuilder*xz` ~/ib-$DEVICE.tar.xz