Update patches with a commit revert.

This commit is contained in:
John Preston 2023-05-24 13:23:01 +04:00
parent b6395d08d8
commit 8ae373b654
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ ENV CXXFLAGS $CFLAGS
FROM builder AS patches
RUN git clone {{ GIT }}/desktop-app/patches.git \
&& cd patches \
&& git checkout bf05b2a1cc \
&& git checkout 3fad86d684 \
&& rm -rf .git
FROM builder AS nasm

View File

@ -404,7 +404,7 @@ if customRunCommand:
stage('patches', """
git clone https://github.com/desktop-app/patches.git
cd patches
git checkout d0e227f7fd
git checkout 3fad86d684
""")
stage('msys64', """