From 6b7b85122cb66f3f1c9d58b799d3b3938eae474a Mon Sep 17 00:00:00 2001 From: licsber Date: Sat, 18 Mar 2023 17:59:30 +0800 Subject: [PATCH] Sat Mar 18 17:59:30 CST 2023 test by bot. --- Dockerfile.r4se | 4 +++- test.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile.r4se b/Dockerfile.r4se index 472acac..fb42d33 100644 --- a/Dockerfile.r4se +++ b/Dockerfile.r4se @@ -14,7 +14,7 @@ RUN echo $(nproc) && \ update-alternatives --install $(which python) python /usr/bin/python2.7 20 && \ git clone https://github.com/friendlyarm/repo && \ cp repo/repo /usr/bin/ && \ - mkdir -p ./artifact && \ + apt install -y -qq clang-12 llvm-12 > /dev/null && \ apt clean && \ rm -rf /var/lib/apt/lists/* && \ rm -rf /usr/share/dotnet /usr/local/lib/android/sdk /usr/local/share/boost /opt/ghc @@ -49,6 +49,8 @@ RUN git clone --depth=1 https://github.com/licsber/RockchipScripts.git && \ DEBUG_DOT_CONFIG=1 ./build.sh friendlywrt RUN cd friendlywrt && \ + mkdir -p staging_dir/host/llvm-bpf/bin/ && \ + ln -s /usr/bin/clang-12 staging_dir/host/llvm-bpf/bin/clang && \ make download -j8 || make -j1 V=s && \ find dl -size -1024c -exec ls -l {} \; && \ find dl -size -1024c -exec rm -f {} \; diff --git a/test.sh b/test.sh index d43ca27..3e44549 100755 --- a/test.sh +++ b/test.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash git add . -git commit -m 'test by bot.' +git commit -m "$(date) test by bot." git push