mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Cherry-pick a crash-fix patch for Qt 6.2.
This commit is contained in:
parent
2eb64e051b
commit
09bed4989b
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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', """
|
||||
|
|
Loading…
Add table
Reference in a new issue