File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:20.04 as retesteth
1+ FROM ubuntu:20.04 AS retesteth
22
33ARG BESU_SRC="https://github.com/hyperledger/besu.git"
44ARG PYSPECS_SRC="https://github.com/ethereum/execution-spec-tests"
@@ -62,9 +62,9 @@ RUN wget https://github.com/ethereum/solidity/releases/download/v0.8.21/solc-sta
6262# Pyspecs
6363RUN git clone $PYSPECS_SRC /execution-spec-tests
6464RUN cd /execution-spec-tests && git fetch && git checkout $PYSPECS \
65- && python3 -m venv ./venv/ \
66- && source ./venv/bin/activate \
67- && pip install -e . \
65+ && curl -LsSf https://astral.sh/uv/install.sh | sh && source $HOME/.local/bin/env \
66+ && uv sync --all-extras \
67+ && uv run solc-select use 0.8.24 --always-install \
6868 && wget https://raw.githubusercontent.com/ethereum/retesteth/develop/web/tfinit.sh \
6969 && cp tfinit.sh /usr/bin/tfinit.sh \
7070 && chmod +x /usr/bin/tfinit.sh
You can’t perform that action at this time.
0 commit comments