2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 06:55:58 +00:00

update ada-url to v3.2.4 (#29353)

This commit is contained in:
Yagiz Nizipli
2025-06-27 12:56:01 -04:00
committed by GitHub
parent 5a6a5fd4d1
commit cf4a617f2b
3 changed files with 3 additions and 3 deletions

View File

@@ -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 \

View File

@@ -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 . ^

View File

@@ -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