Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdi committed Nov 25, 2022
1 parent 416f8df commit a8a54b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ WORKDIR $PRECHECKER_ROOT

# GOLDEN CARAVEL
ENV GOLDEN_CARAVEL=/opt/caravel
RUN git clone --branch mpw-8b --depth=1 https://github.com/efabless/caravel-lite.git ${GOLDEN_CARAVEL} && make -C ${GOLDEN_CARAVEL} uncompress
RUN git clone --branch mpw-8c --depth=1 https://github.com/efabless/caravel-lite.git ${GOLDEN_CARAVEL} && make -C ${GOLDEN_CARAVEL} uncompress

This comment has been minimized.

Copy link
@proppy

proppy Dec 3, 2022

should there be an equivalent for gf?

0 comments on commit a8a54b7

Please sign in to comment.