mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-03 21:54:05 +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 %}
|
||||
|
||||
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 \
|
||||
&& cmake -GNinja -B build . \
|
||||
-D CMAKE_BUILD_TYPE=None \
|
||||
|
|
|
@ -1864,7 +1864,7 @@ release:
|
|||
""")
|
||||
|
||||
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
|
||||
win:
|
||||
cmake -B out . ^
|
||||
|
|
|
@ -218,7 +218,7 @@ parts:
|
|||
ada:
|
||||
source: https://github.com/ada-url/ada.git
|
||||
source-depth: 1
|
||||
source-tag: v3.2.1
|
||||
source-tag: v3.2.2
|
||||
plugin: cmake
|
||||
build-environment:
|
||||
- LDFLAGS: ${LDFLAGS:+$LDFLAGS} -s
|
||||
|
|
Loading…
Add table
Reference in a new issue