mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Update libproxy
This commit is contained in:
parent
aa5413da4e
commit
7049929a59
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ FROM builder AS patches
|
||||||
RUN git init patches \
|
RUN git init patches \
|
||||||
&& cd patches \
|
&& cd patches \
|
||||||
&& git remote add origin {{ GIT }}/desktop-app/patches.git \
|
&& git remote add origin {{ GIT }}/desktop-app/patches.git \
|
||||||
&& git fetch --depth=1 origin a63f0887630c3e2130ee60ef322dd51ae3983c88 \
|
&& git fetch --depth=1 origin 61a1f5871bc83ec0514f867960616f45e142297c \
|
||||||
&& git reset --hard FETCH_HEAD \
|
&& git reset --hard FETCH_HEAD \
|
||||||
&& rm -rf .git
|
&& rm -rf .git
|
||||||
|
|
||||||
|
@ -110,7 +110,7 @@ RUN git clone -b v21.9 --depth=1 --recursive {{ GIT }}/protocolbuffers/protobuf.
|
||||||
&& rm -rf .git
|
&& rm -rf .git
|
||||||
|
|
||||||
FROM patches AS libproxy
|
FROM patches AS libproxy
|
||||||
RUN git clone -b 0.4.17 --depth=1 {{ GIT }}/libproxy/libproxy.git \
|
RUN git clone -b 0.4.18 --depth=1 {{ GIT }}/libproxy/libproxy.git \
|
||||||
&& cd libproxy \
|
&& cd libproxy \
|
||||||
&& git apply ../patches/libproxy.patch \
|
&& git apply ../patches/libproxy.patch \
|
||||||
&& cmake -GNinja -B build . \
|
&& cmake -GNinja -B build . \
|
||||||
|
|
Loading…
Add table
Reference in a new issue