Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion simulators/ethereum/eels/consume-engine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN git clone --depth 1 https://github.com/ethereum/execution-specs.git && \
git checkout FETCH_HEAD; \
fi

WORKDIR /execution-specs/packages/tests
WORKDIR /execution-specs/packages/testing

# Cache the fixtures. This is done to avoid re-downloading the fixtures every time
# the container starts.
Expand Down
2 changes: 1 addition & 1 deletion simulators/ethereum/eels/consume-rlp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN git clone --depth 1 https://github.com/ethereum/execution-specs.git && \
git checkout FETCH_HEAD; \
fi

WORKDIR /execution-specs/packages/tests
WORKDIR /execution-specs/packages/testing

# Cache the fixtures. This is done to avoid re-downloading the fixtures every time
# the container starts.
Expand Down
2 changes: 1 addition & 1 deletion simulators/ethereum/eels/consume-sync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN git clone --depth 1 https://github.com/ethereum/execution-specs.git && \
git checkout FETCH_HEAD; \
fi

WORKDIR /execution-specs/packages/tests
WORKDIR /execution-specs/packages/testing

# Cache the fixtures. This is done to avoid re-downloading the fixtures every time
# the container starts.
Expand Down
2 changes: 1 addition & 1 deletion simulators/ethereum/eels/execute-blobs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN git clone --depth 1 https://github.com/ethereum/execution-specs.git && \
git checkout FETCH_HEAD; \
fi

WORKDIR /execution-specs/packages/tests
WORKDIR /execution-specs/packages/testing
RUN uv sync

## Define `consume engine` entry point using the local fixtures
Expand Down