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 20, 2024
1 parent 6e85e66 commit f36adca
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: eip7692@v1.0.3
repo: ipsilon/execution-spec-tests
release: eip7692@v1.0.3+ipsilon_0ebc48f6
fixtures_suffix: eip7692
- run:
name: "EOF pre-release execution spec tests (state_tests)"
Expand Down

0 comments on commit f36adca

Please sign in to comment.