Skip to content

Commit be4cc24

Browse files
committed
libavif does not compile successfully with CMake < 3.24
1 parent d84d919 commit be4cc24

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

amazon-2023-amd64/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ RUN wget --no-verbose https://github.com/ninja-build/ninja/releases/download/v1.
5757
RUN /usr/bin/python3.11 -m pip install meson
5858
RUN cd /depends \
5959
&& ./install_imagequant.sh \
60-
&& ./install_libavif.sh \
6160
&& ./install_openjpeg.sh \
6261
&& ./install_raqm.sh \
6362
&& ./install_webp.sh

ubuntu-22.04-jammy-amd64-valgrind/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ 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 \
5352
&& ./install_raqm.sh
5453

5554
COPY python.supp /depends

ubuntu-22.04-jammy-amd64/Dockerfile

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

5858
COPY depends /depends
5959
RUN cd /depends \
60-
&& ./install_libavif.sh \
6160
&& ./install_raqm.sh
6261

6362
ENV FORCE_COLOR=1

0 commit comments

Comments
 (0)