Update patches with a commit revert.
This commit is contained in:
parent
b6395d08d8
commit
8ae373b654
|
@ -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
|
||||
|
|
|
@ -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', """
|
||||
|
|
Loading…
Reference in New Issue