Skip to content

Commit

Permalink
use eels forks/prague branch (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
danceratopz authored Mar 7, 2025
1 parent 5bcfe60 commit c1b8e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ RUN apt-get install -qy --no-install-recommends \

# Install execution-specs (EELS)
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
RUN git clone https://github.com/ethereum/execution-specs.git --depth 1
RUN git clone https://github.com/ethereum/execution-specs.git --branch forks/prague --depth 1
RUN . "$HOME/.cargo/env"; PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/ pipx install './execution-specs/[test]'
ENV EELS_BIN=/ethereum-spec-evm

Expand Down

0 comments on commit c1b8e31

Please sign in to comment.