mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
Qt patch with a possible work-through-proxy fix.
This commit is contained in:
parent
cbca78ff63
commit
152aa06930
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,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 5368789dc7
|
||||
RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 1206363d59
|
||||
|
||||
FROM builder AS libffi
|
||||
RUN git clone -b v3.4.2 --depth=1 $GIT/libffi/libffi.git
|
||||
|
|
|
@ -400,7 +400,7 @@ if customRunCommand:
|
|||
stage('patches', """
|
||||
git clone https://github.com/desktop-app/patches.git
|
||||
cd patches
|
||||
git checkout 1a451d853a
|
||||
git checkout 1206363d59
|
||||
""")
|
||||
|
||||
stage('depot_tools', """
|
||||
|
|
Loading…
Add table
Reference in a new issue