Skip to content

Commit e05f844

Browse files
chore: pin zk foundry in zk env (#3466)
## What ❔ pin zk foundry in zk env ## Why ❔ ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zkstack dev fmt` and `zkstack dev lint`. --------- Co-authored-by: Random Superher <[email protected]>
1 parent 006691f commit e05f844

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/zk-environment/22.04_amd64_cuda_11_8.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ RUN cargo install --version=0.8.0 sqlx-cli
8484
RUN cargo install cargo-nextest
8585

8686
RUN git clone https://github.com/matter-labs/foundry-zksync
87-
RUN cd foundry-zksync && cargo build --release --bins
87+
RUN cd foundry-zksync && git reset --hard 27360d4c8d12beddbb730dae07ad33a206b38f4b && cargo build --release --bins
8888
RUN mv ./foundry-zksync/target/release/forge /usr/local/cargo/bin/
8989
RUN mv ./foundry-zksync/target/release/cast /usr/local/cargo/bin/
9090

docker/zk-environment/22.04_amd64_cuda_12.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ RUN cargo install --version=0.8.0 sqlx-cli
8282
RUN cargo install cargo-nextest
8383

8484
RUN git clone https://github.com/matter-labs/foundry-zksync
85-
RUN cd foundry-zksync && cargo build --release --bins
85+
RUN cd foundry-zksync && git reset --hard 27360d4c8d12beddbb730dae07ad33a206b38f4b && cargo build --release --bins
8686
RUN mv ./foundry-zksync/target/release/forge /usr/local/cargo/bin/
8787
RUN mv ./foundry-zksync/target/release/cast /usr/local/cargo/bin/
8888

docker/zk-environment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN cargo install cargo-spellcheck
4747
RUN cargo install sccache
4848

4949
RUN git clone https://github.com/matter-labs/foundry-zksync
50-
RUN cd foundry-zksync && cargo build --release --bins
50+
RUN cd foundry-zksync && git reset --hard 27360d4c8d12beddbb730dae07ad33a206b38f4b && cargo build --release --bins
5151
RUN mv ./foundry-zksync/target/release/forge /usr/local/cargo/bin/
5252
RUN mv ./foundry-zksync/target/release/cast /usr/local/cargo/bin/
5353

0 commit comments

Comments
 (0)