diff --git a/.github/actions/build-fixtures/action.yaml b/.github/actions/build-fixtures/action.yaml index c4d2fe3fdf3..53483fbff83 100644 --- a/.github/actions/build-fixtures/action.yaml +++ b/.github/actions/build-fixtures/action.yaml @@ -34,7 +34,7 @@ runs: - name: Generate fixtures using fill shell: bash run: | - uv run fill -n ${{ steps.evm-builder.outputs.x-dist }} --evm-bin=${{ steps.evm-builder.outputs.evm-bin }} --solc-version=${{ steps.properties.outputs.solc }} ${{ steps.properties.outputs.fill-params }} --output=fixtures_${{ inputs.release_name }}.tar.gz --build-name ${{ inputs.release_name }} + uv run fill -n ${{ steps.evm-builder.outputs.x-dist }} --evm-bin=${{ steps.evm-builder.outputs.evm-bin }} ${{ steps.properties.outputs.fill-params }} --output=fixtures_${{ inputs.release_name }}.tar.gz --build-name ${{ inputs.release_name }} - name: Wrap ethereum/tests fixtures with eofwrap tool shell: bash if: ${{ steps.properties.outputs.eofwrap }} diff --git a/.github/configs/feature.yaml b/.github/configs/feature.yaml index 9f68839fcd1..869b5e6fff5 100644 --- a/.github/configs/feature.yaml +++ b/.github/configs/feature.yaml @@ -2,24 +2,19 @@ stable: evm-type: stable fill-params: --until=Prague - solc: 0.8.21 develop: evm-type: develop fill-params: --until=Osaka - solc: 0.8.21 static: evm-type: static fill-params: --until=Osaka --fill-static-tests ./tests/static - solc: 0.8.21 benchmark_test: evm-type: benchmark fill-params: --from=Cancun --until=Prague --gas-benchmark-values 1,10,30,45,60,90,120 -m benchmark --generate-all-formats ./tests - solc: 0.8.21 feature_only: true eip7692: evm-type: eip7692 fill-params: --fork=EOFv1 ./tests/unscheduled - solc: 0.8.21 eofwrap: true feature_only: true fusaka-devnet-2: