mirror of
https://github.com/Fishwaldo/DockerFiles.git
synced 2025-03-15 19:31:39 +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
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue