File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -805,7 +805,7 @@ RUN cmake --build out --config Debug --parallel \
805805{%- endif %}
806806
807807FROM builder AS ada
808- RUN git clone -b v3.2.1 --depth=1 {{ GIT }}/ada-url/ada.git \
808+ RUN git clone -b v3.2.2 --depth=1 {{ GIT }}/ada-url/ada.git \
809809 && cd ada \
810810 && cmake -GNinja -B build . \
811811 -D CMAKE_BUILD_TYPE=None \
Original file line number Diff line number Diff line change @@ -1864,7 +1864,7 @@ def runStages():
18641864""" )
18651865
18661866stage ('ada' , """
1867- git clone -b v3.2.1 https://github.com/ada-url/ada.git
1867+ git clone -b v3.2.2 https://github.com/ada-url/ada.git
18681868 cd ada
18691869win:
18701870 cmake -B out . ^
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ parts:
218218 ada :
219219 source : https://github.com/ada-url/ada.git
220220 source-depth : 1
221- source-tag : v3.2.1
221+ source-tag : v3.2.2
222222 plugin : cmake
223223 build-environment :
224224 - LDFLAGS : ${LDFLAGS:+$LDFLAGS} -s
You can’t perform that action at this time.
0 commit comments