Skip to content

Commit

Permalink
Merge pull request #15791 from ethereum/prb-math-expectRevert-workaround
Browse files Browse the repository at this point in the history
Fix Foundry version for PRB-Math external test
cameel authored Jan 29, 2025
2 parents 8c54f4d + c64cb1f commit 4d6f71a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -834,6 +834,8 @@ defaults:
binary_type: native
image: cimg/rust:1.74.0-node
resource_class: medium
# TODO: Use nightly Foundry builds after https://github.com/PaulRBerg/prb-math/issues/248 is fixed
foundry_version: "v0.3.0"

- job_native_test_ext_elementfi: &job_native_test_ext_elementfi
<<: *requires_b_ubu_static
@@ -1461,6 +1463,9 @@ jobs:
python2:
type: boolean
default: false
foundry_version:
type: string
default: "nightly"
docker:
- image: << parameters.image >>
resource_class: << parameters.resource_class >>
@@ -1474,7 +1479,8 @@ jobs:
- checkout
- attach_workspace:
at: /tmp/workspace
- install_foundry
- install_foundry:
version: << parameters.foundry_version >>
- run:
name: Ensure pnpm is installed if npm is present
command: |

0 comments on commit 4d6f71a

Please sign in to comment.