File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 8080 echo "Invalid job_type input: ${{ inputs.job_type }}. Allowed values are 'trigger' or 'daily'."
8181 exit 1
8282
83+ - name : Free Disk Space (Ubuntu)
84+ 85+ with :
86+ tool-cache : false
87+ large-packages : false
88+
8389 - name : Checkout sources
8490 uses : actions/checkout@v4
8591
94100 run : |
95101 FLAGS='--sim.parallelism 4 --sim.loglevel 1'
96102 if [[ "$SIMULATION" == "ethereum/eest/consume-engine" || "$SIMULATION" == "ethereum/eest/consume-rlp" ]]; then
97- FLAGS+=" --sim.buildarg fixtures=https://github.com/ethereum/execution-spec-tests/releases/download/v5.1 .0/fixtures_stable .tar.gz"
103+ FLAGS+=" --sim.buildarg fixtures=https://github.com/ethereum/execution-spec-tests/releases/download/v5.3 .0/fixtures_develop .tar.gz"
98104 FLAGS+=" --sim.buildarg branch=main"
99105 FLAGS+=" --client.checktimelimit=180s"
100106 fi
You can’t perform that action at this time.
0 commit comments