mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
update ada-url to v3.2.2
This commit is contained in:
parent
cd81a54062
commit
635ed02198
3 changed files with 3 additions and 3 deletions
|
@ -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 \
|
||||||
|
|
|
@ -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 . ^
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue