mirror of
https://github.com/Fishwaldo/DockerFiles.git
synced 2025-07-10 14:58:34 +00:00
Out of Tree Build Dir
This commit is contained in:
parent
3b3e8fbd60
commit
2c7722d1f9
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@ RUN cd /opt/source/qt-everywhere-src-5.12.9 \
|
||||||
-nomake tests
|
-nomake tests
|
||||||
ARG distcchosts=''
|
ARG distcchosts=''
|
||||||
ENV DISTCC_HOSTS=$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 clean \
|
||||||
&& make CC=distcc CXX=distcc -j 6
|
&& make CC=distcc CXX=distcc -j 6
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue