Out of Tree Build Dir

This commit is contained in:
Justin Hammond 2020-07-13 02:03:30 +08:00
parent 2c7722d1f9
commit 412d5cecfd

View file

@ -33,5 +33,7 @@ RUN cd /opt/source/qt-everywhere-src-5.12.9 \
ARG distcchosts='' ARG distcchosts=''
ENV DISTCC_HOSTS=$distcchosts ENV DISTCC_HOSTS=$distcchosts
RUN cd /opt/source/qt-everywhere-src-5.12.9/build \ RUN cd /opt/source/qt-everywhere-src-5.12.9/build \
&& make clean \ && cd qtbase/qmake \
&& make CC=distcc CXX=distcc -j 6 && make -j 2 \
&& cd ../../ \
&& make CC=distcc CXX=distcc -j 12