Revert "tmp: fix builds"

This reverts commit 2c96b6682b.
This commit is contained in:
John Doe
2021-04-24 23:23:30 +08:00
parent 6f598d67a3
commit 4e9df27a5b

View File

@@ -88,9 +88,6 @@ 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/trojan-plus/clean
make package/feeds/packages/trojan/clean
make package/lean/qBittorrent-Enhanced-Edition/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