update ada-url to v3.2.2

This commit is contained in:
Yagiz Nizipli 2025-04-12 11:08:44 -04:00 committed by John Preston
parent cd81a54062
commit 635ed02198
3 changed files with 3 additions and 3 deletions

View file

@ -805,7 +805,7 @@ RUN cmake --build out --config Debug --parallel \
{%- endif %} {%- endif %}
FROM builder AS ada FROM builder AS ada
RUN git clone -b v3.2.1 --depth=1 {{ GIT }}/ada-url/ada.git \ RUN git clone -b v3.2.2 --depth=1 {{ GIT }}/ada-url/ada.git \
&& cd ada \ && cd ada \
&& cmake -GNinja -B build . \ && cmake -GNinja -B build . \
-D CMAKE_BUILD_TYPE=None \ -D CMAKE_BUILD_TYPE=None \

View file

@ -1864,7 +1864,7 @@ release:
""") """)
stage('ada', """ stage('ada', """
git clone -b v3.2.1 https://github.com/ada-url/ada.git git clone -b v3.2.2 https://github.com/ada-url/ada.git
cd ada cd ada
win: win:
cmake -B out . ^ cmake -B out . ^

View file

@ -218,7 +218,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.1 source-tag: v3.2.2
plugin: cmake plugin: cmake
build-environment: build-environment:
- LDFLAGS: ${LDFLAGS:+$LDFLAGS} -s - LDFLAGS: ${LDFLAGS:+$LDFLAGS} -s