mirror of
https://github.com/Fishwaldo/DockerFiles.git
synced 2025-07-09 06:18:26 +00:00
Out of Tree Build Dir
This commit is contained in:
parent
2c7722d1f9
commit
412d5cecfd
1 changed files with 4 additions and 2 deletions
|
@ -33,5 +33,7 @@ RUN cd /opt/source/qt-everywhere-src-5.12.9 \
|
|||
ARG distcchosts=''
|
||||
ENV DISTCC_HOSTS=$distcchosts
|
||||
RUN cd /opt/source/qt-everywhere-src-5.12.9/build \
|
||||
&& make clean \
|
||||
&& make CC=distcc CXX=distcc -j 6
|
||||
&& cd qtbase/qmake \
|
||||
&& make -j 2 \
|
||||
&& cd ../../ \
|
||||
&& make CC=distcc CXX=distcc -j 12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue