Update r1s_lean.yml

This commit is contained in:
klever1988
2020-08-04 14:53:17 +08:00
committed by GitHub
parent 06f6c481c0
commit 5eae061e5c

View File

@@ -93,7 +93,7 @@ jobs:
cp configs/config_h5 friendlywrt/.config
cd friendlywrt
./scripts/feeds update -a && ./scripts/feeds install -a
sed -i '/STAMP_BUILT/d' friendlywrt/feeds/packages/utils/runc/Makefile friendlywrt/feeds/packages/utils/containerd/Makefile #fix compile error
sed -i '/STAMP_BUILT/d' feeds/packages/utils/runc/Makefile feeds/packages/utils/containerd/Makefile #fix compile error
make defconfig && make download -j8
make -s -j$(nproc) || make V=s -j1