Cherry-pick a crash-fix patch for Qt 6.2.

This commit is contained in:
John Preston 2021-11-29 15:59:48 +04:00
parent 2eb64e051b
commit 09bed4989b
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ RUN ln -s /opt/cmake/bin/cmake /usr/local/bin/cmake
RUN rm $CMAKE_FILE
FROM builder AS patches
RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout dfe3991130
RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 4c21dfa0db
FROM builder AS extra-cmake-modules

View File

@ -401,7 +401,7 @@ if customRunCommand:
stage('patches', """
git clone https://github.com/desktop-app/patches.git
cd patches
git checkout eb843853be
git checkout 4c21dfa0db
""")
stage('depot_tools', """