mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-21 05:02:50 +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
|
||||
|
||||
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 \
|
||||
&& cmake -B build . \
|
||||
-D ADA_TESTING=OFF \
|
||||
|
|
|
@ -1874,7 +1874,7 @@ release:
|
|||
""")
|
||||
|
||||
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
|
||||
win:
|
||||
cmake -B out . ^
|
||||
|
|
|
@ -217,7 +217,7 @@ parts:
|
|||
ada:
|
||||
source: https://github.com/ada-url/ada.git
|
||||
source-depth: 1
|
||||
source-tag: v3.2.2
|
||||
source-tag: v3.2.4
|
||||
plugin: cmake
|
||||
build-environment:
|
||||
- LDFLAGS: ${LDFLAGS:+$LDFLAGS} -s
|
||||
|
|
Loading…
Add table
Reference in a new issue