Skip to content

Commit 83f72de

Browse files
authored
Merge pull request #2062 from verilog-to-routing/dockerfile
Speeding up the compile process in a docker build
2 parents d2095e5 + 62d2906 commit 83f72de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ RUN apt-get update -qq \
2424
&& apt-get autoclean && apt-get clean && apt-get -y autoremove \
2525
&& rm -rf /var/lib/apt/lists/*
2626
# Build VTR
27-
RUN make && make install
27+
RUN make -j$(nproc) && make install
2828
# Container's default launch command
2929
SHELL ["/bin/bash", "-c"]

0 commit comments

Comments
 (0)