From f36adcae34c128fce469fae09debabb8605518ed Mon Sep 17 00:00:00 2001 From: pdobacz <5735525+pdobacz@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:50:04 +0200 Subject: [PATCH] Point CI to ipsilon fork's release of EOF-EEST --- circle.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index e87fbd17a0..83d3bb6420 100644 --- a/circle.yml +++ b/circle.yml @@ -129,6 +129,9 @@ commands: download_execution_spec_tests: parameters: + repo: + type: string + default: ethereum/execution-spec-tests release: type: string fixtures_suffix: @@ -139,7 +142,7 @@ commands: name: "Download execution-spec-tests: <>" working_directory: ~/spec-tests command: | - curl -L https://github.com/ethereum/execution-spec-tests/releases/download/<>/fixtures_<>.tar.gz | tar -xz + curl -L https://github.com/</releases/download/<>/fixtures_<>.tar.gz | tar -xz ls -l build: @@ -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)"