Update patches
This commit is contained in:
parent
b246328dcf
commit
db6bdf36af
|
@ -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
|
||||
|
|
|
@ -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', """
|
||||
|
|
Loading…
Reference in New Issue