mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-02 02:57:53 +02:00
Add parallel build for dockerfile
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user