Skip to content

Commit

Permalink
aaaddd
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyShi22 committed Aug 24, 2022
1 parent 98d5d32 commit 907f0d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/.ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ RUN cargo --help

ENV VCPKG_FORCE_SYSTEM_BINARIES=1

RUN trap "cat /FISCO-BCOS/build/*.log" 1 && git clone https://github.com/FISCO-BCOS/FISCO-BCOS.git --recursive --depth=1 -b ${SOURCE} \
RUN git clone https://github.com/FISCO-BCOS/FISCO-BCOS.git --recursive --depth=1 -b ${SOURCE} \
&& mkdir -p FISCO-BCOS/build && cd FISCO-BCOS/build \
&& set -e && cmake .. && make -j2 && strip fisco-bcos-air/fisco-bcos
&& cmake .. && make -j2 && strip fisco-bcos-air/fisco-bcos || cat /FISCO-BCOS/build/*.log


FROM ubuntu:20.04
Expand Down

0 comments on commit 907f0d0

Please sign in to comment.