mirror of https://github.com/VLSIDA/OpenRAM.git
Change docker to use debug klayout
This commit is contained in:
parent
4567c2ebcd
commit
c2589fbb39
|
|
@ -30,8 +30,8 @@ WORKDIR /root
|
||||||
RUN git clone https://github.com/KLayout/klayout
|
RUN git clone https://github.com/KLayout/klayout
|
||||||
WORKDIR /root/klayout
|
WORKDIR /root/klayout
|
||||||
RUN git checkout ${KLAYOUT_COMMIT}
|
RUN git checkout ${KLAYOUT_COMMIT}
|
||||||
RUN ./build.sh -qt5 -j 8 \
|
RUN ./build.sh -qt5 -debug -j 8 \
|
||||||
&& cp -r bin-release /usr/local/klayout
|
&& cp -r bin-debug /usr/local/klayout
|
||||||
RUN rm -rf /root/klayout
|
RUN rm -rf /root/klayout
|
||||||
|
|
||||||
### Trilinos ###
|
### Trilinos ###
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue