Update patches revision.
This commit is contained in:
parent
f73264025d
commit
13bf089672
|
@ -29,7 +29,7 @@ ENV LibrariesPath /usr/src/Libraries
|
|||
WORKDIR $LibrariesPath
|
||||
|
||||
FROM builder AS patches
|
||||
RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 3e8b68dfdf
|
||||
RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 01779db1de
|
||||
|
||||
FROM builder AS extra-cmake-modules
|
||||
|
||||
|
|
|
@ -274,7 +274,7 @@ def runStages():
|
|||
stage('patches', """
|
||||
git clone https://github.com/desktop-app/patches.git
|
||||
cd patches
|
||||
git checkout 3cd971a0ed
|
||||
git checkout 01779db1de
|
||||
""")
|
||||
|
||||
stage('depot_tools', """
|
||||
|
|
Loading…
Reference in New Issue