test by bot.

This commit is contained in:
licsber 2023-03-18 17:40:30 +08:00
parent 0d9fa33b11
commit 9b420648cb

View File

@ -49,7 +49,7 @@ RUN git clone --depth=1 https://github.com/licsber/RockchipScripts.git && \
DEBUG_DOT_CONFIG=1 ./build.sh friendlywrt DEBUG_DOT_CONFIG=1 ./build.sh friendlywrt
RUN cd friendlywrt && \ RUN cd friendlywrt && \
make download -j8 && \ make download -j8 || make -j1 V=s && \
find dl -size -1024c -exec ls -l {} \; && \ find dl -size -1024c -exec ls -l {} \; && \
find dl -size -1024c -exec rm -f {} \; find dl -size -1024c -exec rm -f {} \;