Skip to content

Commit

Permalink
fix(en): dirty fix that cleans solc cache (#2656)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniyar Itegulov <[email protected]>
  • Loading branch information
tomg10 and itegulov authored Aug 14, 2024
1 parent 030baef commit 07b1c14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guides/external-node/building-from-scratch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ RUN cp target/release/zksync_external_node /usr/bin
# build contracts
RUN git submodule update --init --recursive
RUN zk run yarn
RUN zk compiler all || true
RUN rm /root/.cache/hardhat-nodejs/compilers-v2/linux-amd64/solc-*.does.not.work || true
RUN zk compiler all
RUN zk contract build
RUN zk f yarn run l2-contracts build
Expand Down

0 comments on commit 07b1c14

Please sign in to comment.