Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

fix: fixed foundry version to a working one #1620

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading