Skip to content

Commit 3fe14c8

Browse files
authored
Revert "libavif does not compile successfully with CMake < 3.24" (#261)
2 parents d10820c + 0910ee2 commit 3fe14c8

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

amazon-2023-amd64/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ RUN wget --no-verbose https://github.com/ninja-build/ninja/releases/download/v1.
5656
RUN /usr/bin/python3.11 -m pip install meson
5757
RUN cd /depends \
5858
&& ./install_imagequant.sh \
59+
&& ./install_libavif.sh \
5960
&& ./install_openjpeg.sh \
6061
&& ./install_raqm.sh \
6162
&& ./install_webp.sh

ubuntu-22.04-jammy-amd64-valgrind/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ RUN virtualenv -p /usr/bin/python3.10-dbg --system-site-packages /vpy3 \
4949

5050
COPY depends /depends
5151
RUN cd /depends \
52+
&& ./install_libavif.sh \
5253
&& ./install_raqm.sh
5354

5455
COPY python.supp /depends

ubuntu-22.04-jammy-amd64/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ RUN virtualenv -p /usr/bin/python3.10 --system-site-packages /vpy3 \
5757

5858
COPY depends /depends
5959
RUN cd /depends \
60+
&& ./install_libavif.sh \
6061
&& ./install_raqm.sh
6162

6263
ENV FORCE_COLOR=1

0 commit comments

Comments
 (0)