diff options
| author | tobtoht <tob@featherwallet.org> | 2026-06-30 09:57:34 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2026-06-30 09:57:34 +0000 |
| commit | 7184a4409b7813a7a19269ec984e0767916ceb8e (patch) | |
| tree | ed1175965438a1432d1022c85dad6bcdb899bf06 /Dockerfile.windows | |
| parent | b18ec3d46ff67c7ea8773688eda170774d697678 (diff) | |
| parent | 5564db6791008f9e6b950b03fd1b5b8052adec50 (diff) | |
| download | monzero-gui-7184a4409b7813a7a19269ec984e0767916ceb8e.tar.gz monzero-gui-7184a4409b7813a7a19269ec984e0767916ceb8e.tar.xz monzero-gui-7184a4409b7813a7a19269ec984e0767916ceb8e.zip | |
Merge pull request #4614
5564db6 Dockerfiles: pin Qt to a commit hash (Thomas)
ACKs: selsta
Diffstat (limited to 'Dockerfile.windows')
| -rw-r--r-- | Dockerfile.windows | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/Dockerfile.windows b/Dockerfile.windows index f68f1445..8bc4e2cd 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -23,17 +23,8 @@ RUN make -j$THREADS -C /depends HOST=x86_64-w64-mingw32 NO_QT=1 RUN git clone https://code.qt.io/qt/qt5.git -b ${QT_VERSION} --depth 1 && \ cd qt5 && \ - git clone https://code.qt.io/qt/qtbase.git -b ${QT_VERSION} --depth 1 && \ - git clone https://code.qt.io/qt/qtdeclarative.git -b ${QT_VERSION} --depth 1 && \ - git clone https://code.qt.io/qt/qtgraphicaleffects.git -b ${QT_VERSION} --depth 1 && \ - git clone https://code.qt.io/qt/qtimageformats.git -b ${QT_VERSION} --depth 1 && \ - git clone https://code.qt.io/qt/qtmultimedia.git -b ${QT_VERSION} --depth 1 && \ - git clone https://code.qt.io/qt/qtquickcontrols.git -b ${QT_VERSION} --depth 1 && \ - git clone https://code.qt.io/qt/qtquickcontrols2.git -b ${QT_VERSION} --depth 1 && \ - git clone https://code.qt.io/qt/qtsvg.git -b ${QT_VERSION} --depth 1 && \ - git clone https://code.qt.io/qt/qttools.git -b ${QT_VERSION} --depth 1 && \ - git clone https://code.qt.io/qt/qttranslations.git -b ${QT_VERSION} --depth 1 && \ - git clone https://code.qt.io/qt/qtxmlpatterns.git -b ${QT_VERSION} --depth 1 && \ + git reset --hard dc2ac680fa9d0ef7b0d9520859593d13951bedea && \ + git submodule update --init --depth 1 qtbase qtdeclarative qtgraphicaleffects qtimageformats qtmultimedia qtquickcontrols qtquickcontrols2 qtsvg qttools qttranslations qtxmlpatterns && \ ./configure --prefix=/depends/x86_64-w64-mingw32 -xplatform win32-g++ \ -device-option CROSS_COMPILE=/usr/bin/x86_64-w64-mingw32- \ -I $(pwd)/qtbase/src/3rdparty/angle/include \ |
