Change docker to use debug klayout

This commit is contained in:
mrg 2022-03-10 11:48:53 -08:00
parent 4567c2ebcd
commit c2589fbb39
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ WORKDIR /root
RUN git clone https://github.com/KLayout/klayout
WORKDIR /root/klayout
RUN git checkout ${KLAYOUT_COMMIT}
RUN ./build.sh -qt5 -j 8 \
&& cp -r bin-release /usr/local/klayout
RUN ./build.sh -qt5 -debug -j 8 \
&& cp -r bin-debug /usr/local/klayout
RUN rm -rf /root/klayout
### Trilinos ###