Skip to content

Commit

Permalink
fix: fixed foundry version to a working one (#1620)
Browse files Browse the repository at this point in the history
Latest foundry nightly is bugged with WETH9. Fix the version to the
latest working one.
  • Loading branch information
enitrat authored Nov 19, 2024
1 parent 672d319 commit a179b42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cairo-zero-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-a79dfaed6fc6f88cda5f314a25d1b484d9d8c051
- name: Run tests
env:
HYPOTHESIS_PROFILE: ci
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-a79dfaed6fc6f88cda5f314a25d1b484d9d8c051
- uses: asdf-vm/actions/install@v3
- name: Load cached katana
id: cached-katana
Expand All @@ -163,7 +163,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-a79dfaed6fc6f88cda5f314a25d1b484d9d8c051
- name: Install deps
run: forge install
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cairo-zero-nightly-fuzzing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-a79dfaed6fc6f88cda5f314a25d1b484d9d8c051
- name: Run tests
run: |
make setup-ci
Expand Down
2 changes: 1 addition & 1 deletion kakarot_scripts/setup/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def setup_local() -> None:

install_dependency(
"foundry",
"curl -L https://foundry.paradigm.xyz | bash && exec $SHELL && foundryup",
"curl -L https://foundry.paradigm.xyz | bash && exec $SHELL && foundryup -v nightly-a79dfaed6fc6f88cda5f314a25d1b484d9d8c051",
"forge",
)

Expand Down

0 comments on commit a179b42

Please sign in to comment.