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
70ea9f36b4
commit
3b3e8fbd60
1 changed files with 4 additions and 1 deletions
|
@ -18,7 +18,9 @@ WORKDIR /opt/source/
|
|||
RUN wget https://download.qt.io/official_releases/qt/5.12/5.12.9/single/qt-everywhere-src-5.12.9.tar.xz \
|
||||
&& tar -xf qt-everywhere-src-5.12.9.tar.xz
|
||||
RUN cd /opt/source/qt-everywhere-src-5.12.9 \
|
||||
&& ./configure \
|
||||
&& mkdir build \
|
||||
&& cd build \
|
||||
&& ../configure \
|
||||
-recheck-all \
|
||||
-opensource \
|
||||
-confirm-license \
|
||||
|
@ -31,4 +33,5 @@ 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 \
|
||||
&& make clean \
|
||||
&& make CC=distcc CXX=distcc -j 6
|
||||
|
|
Loading…
Add table
Reference in a new issue