Skip to content

Commit

Permalink
Point CI to ipsilon fork's release of EOF-EEST
Browse files Browse the repository at this point in the history
  • Loading branch information
pdobacz committed Jun 24, 2024
1 parent 6e85e66 commit e99bc18
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ commands:

download_execution_spec_tests:
parameters:
repo:
type: string
default: ethereum/execution-spec-tests
release:
type: string
fixtures_suffix:
Expand All @@ -139,7 +142,7 @@ commands:
name: "Download execution-spec-tests: <<parameters.release>>"
working_directory: ~/spec-tests
command: |
curl -L https://github.com/ethereum/execution-spec-tests/releases/download/<<parameters.release>>/fixtures_<<parameters.fixtures_suffix>>.tar.gz | tar -xz
curl -L https://github.com/<<parameters.repo>>/releases/download/<<parameters.release>>/fixtures_<<parameters.fixtures_suffix>>.tar.gz | tar -xz
ls -l
build:
Expand Down Expand Up @@ -398,7 +401,8 @@ jobs:
steps:
- build
- download_execution_spec_tests:
release: [email protected]
repo: ipsilon/execution-spec-tests
release: [email protected]+ipsilon_2eba31b4
fixtures_suffix: eip7692
- run:
name: "EOF pre-release execution spec tests (state_tests)"
Expand Down

0 comments on commit e99bc18

Please sign in to comment.