Qt patch with a possible work-through-proxy fix.

This commit is contained in:
John Preston 2022-01-23 00:54:28 +03:00
parent cbca78ff63
commit 152aa06930
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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', """