Skip to content

Commit

Permalink
undo docker image change
Browse files Browse the repository at this point in the history
  • Loading branch information
bensampson5 committed May 26, 2024
1 parent c052f76 commit 69ac7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN poetry install -n --no-ansi
# Build and install Verilator v5.024 from source
ARG REPO=https://github.com/verilator/verilator
ARG TAG=v5.024
RUN git clone --depth 2 --branch "${TAG}" "${REPO}" verilator \
RUN git clone --depth 1 --branch "${TAG}" "${REPO}" verilator \
&& cd verilator \
&& autoconf \
&& ./configure \
Expand Down

0 comments on commit 69ac7d5

Please sign in to comment.