Skip to content

Commit

Permalink
Merge pull request #165 from efabless/EF-3624
Browse files Browse the repository at this point in the history
EF-3624 | update dependencies to deal with consistency check exception for analog projects
  • Loading branch information
jeffdi authored Nov 23, 2022
2 parents b99cd68 + ff14fdf commit 342f1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN yum -y remove git && yum -y remove git-* && \

# Clone Magic
ENV MAGIC_ROOT=./magic
RUN git clone --depth=1 --branch 8.3.340 https://github.com/RTimothyEdwards/magic.git ${MAGIC_ROOT}
RUN git clone --depth=1 --branch 8.3.346 https://github.com/RTimothyEdwards/magic.git ${MAGIC_ROOT}
WORKDIR $MAGIC_ROOT
# Build Magic
# '-O0' : disable optimization so vars visible in gdb (not optimized away). Already the default of gcc.
Expand All @@ -75,4 +75,4 @@ WORKDIR $PRECHECKER_ROOT

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

0 comments on commit 342f1d8

Please sign in to comment.