mirror of https://github.com/VLSIDA/OpenRAM.git
Add parallel build for dockerfile
This commit is contained in:
parent
a0f1327f5e
commit
ff31990831
|
|
@ -29,7 +29,7 @@ WORKDIR /root
|
|||
RUN git clone https://github.com/KLayout/klayout
|
||||
WORKDIR /root/klayout
|
||||
RUN git checkout ${KLAYOUT_COMMIT}
|
||||
RUN ./build.sh -qt5 \
|
||||
RUN ./build.sh -qt5 -j 8 \
|
||||
&& cp -r bin-release /usr/local/klayout
|
||||
RUN rm -rf /root/klayout
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue