Out of Tree Build Dir

This commit is contained in:
Justin Hammond 2020-07-13 01:53:45 +08:00
parent 3b3e8fbd60
commit 2c7722d1f9

View file

@ -32,6 +32,6 @@ RUN cd /opt/source/qt-everywhere-src-5.12.9 \
-nomake tests
ARG distcchosts=''
ENV DISTCC_HOSTS=$distcchosts
RUN cd /opt/source/qt-everywhere-src-5.12.9 \
RUN cd /opt/source/qt-everywhere-src-5.12.9/build \
&& make clean \
&& make CC=distcc CXX=distcc -j 6