Skip to content

Commit

Permalink
Merge pull request ethereum-optimism#7925 from ethereum-optimism/ci-b…
Browse files Browse the repository at this point in the history
…uilder/include-solc-19

ci-builder: include solc 0.8.19
  • Loading branch information
tynes authored Oct 30, 2023
2 parents 515de0e + 9a6ed52 commit 4606212
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ops/docker/ci-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ RUN /bin/sh -c set -eux; \
RUN npm i -g pnpm && npm i -g yarn@1 && pnpm --version && yarn --version

RUN svm install 0.5.17 && \
svm install 0.8.15
svm install 0.8.15 && \
svm install 0.8.19

RUN echo "downloading and verifying Codecov uploader" && \
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import && \
Expand Down

0 comments on commit 4606212

Please sign in to comment.