Skip to content

Commit

Permalink
Clean up after revive compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Dec 20, 2024
1 parent b04d837 commit c2eb9dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ RUN git clone https://github.com/paritytech/revive.git --depth 1 && \

RUN cd revive && export PATH=${PWD}/llvm18.0/bin:$PATH && \
export PATH=/builds/revive/llvm18.0/bin/:$PATH && \
make install-bin \

RUN rm -rf revive/
make install-bin && cd ../ && rm -rf revive

RUN resolc --version

Expand Down

0 comments on commit c2eb9dd

Please sign in to comment.