mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 14:08:41 +00:00
update ada-url to v3.2.4 (#29353)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user