Update patches

This commit is contained in:
Ilya Fedin 2023-01-02 11:08:29 +04:00 committed by John Preston
parent b246328dcf
commit db6bdf36af
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ ENV CXXFLAGS $CFLAGS
FROM builder AS patches
RUN git clone {{ GIT }}/desktop-app/patches.git \
&& cd patches \
&& git checkout 4ecd75fad8 \
&& git checkout 9e04e2eb9c \
&& 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 8edd80d889
git checkout 9e04e2eb9c
""")
stage('msys64', """