mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-09-06 12:03:41 +02:00
update ada-url to v3.2.4 (#29353)
This commit is contained in:
parent
5a6a5fd4d1
commit
cf4a617f2b
3 changed files with 3 additions and 3 deletions
|
@ -817,7 +817,7 @@ RUN git init tg_owt \
|
||||||
&& rm -rf tg_owt
|
&& rm -rf tg_owt
|
||||||
|
|
||||||
FROM builder AS ada
|
FROM builder AS ada
|
||||||
RUN git clone -b v3.2.2 --depth=1 https://github.com/ada-url/ada.git \
|
RUN git clone -b v3.2.4 --depth=1 https://github.com/ada-url/ada.git \
|
||||||
&& cd ada \
|
&& cd ada \
|
||||||
&& cmake -B build . \
|
&& cmake -B build . \
|
||||||
-D ADA_TESTING=OFF \
|
-D ADA_TESTING=OFF \
|
||||||
|
|
|
@ -1874,7 +1874,7 @@ release:
|
||||||
""")
|
""")
|
||||||
|
|
||||||
stage('ada', """
|
stage('ada', """
|
||||||
git clone -b v3.2.2 https://github.com/ada-url/ada.git
|
git clone -b v3.2.4 https://github.com/ada-url/ada.git
|
||||||
cd ada
|
cd ada
|
||||||
win:
|
win:
|
||||||
cmake -B out . ^
|
cmake -B out . ^
|
||||||
|
|
|
@ -217,7 +217,7 @@ parts:
|
||||||
ada:
|
ada:
|
||||||
source: https://github.com/ada-url/ada.git
|
source: https://github.com/ada-url/ada.git
|
||||||
source-depth: 1
|
source-depth: 1
|
||||||
source-tag: v3.2.2
|
source-tag: v3.2.4
|
||||||
plugin: cmake
|
plugin: cmake
|
||||||
build-environment:
|
build-environment:
|
||||||
- LDFLAGS: ${LDFLAGS:+$LDFLAGS} -s
|
- LDFLAGS: ${LDFLAGS:+$LDFLAGS} -s
|
||||||
|
|
Loading…
Add table
Reference in a new issue