File tree Expand file tree Collapse file tree 5 files changed +0
-6
lines changed
ubuntu-22.04-jammy-amd64-valgrind Expand file tree Collapse file tree 5 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ RUN yum install -y \
1818 make \
1919 nasm \
2020 openssl-devel \
21- patch \
2221 python3.11-devel \
2322 python3.11-pip \
2423 python3.11-test \
@@ -57,7 +56,6 @@ RUN wget --no-verbose https://github.com/ninja-build/ninja/releases/download/v1.
5756RUN /usr/bin/python3.11 -m pip install meson
5857RUN cd /depends \
5958 && ./install_imagequant.sh \
60- && ./install_libavif.sh \
6159 && ./install_openjpeg.sh \
6260 && ./install_raqm.sh \
6361 && ./install_webp.sh
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ RUN yum install -y \
2121 nasm \
2222 openjpeg2-devel \
2323 openssl-devel \
24- patch \
2524 python3-devel \
2625 python3-pip \
2726 python3-tkinter \
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ RUN yum install -y \
2121 ninja-build \
2222 openjpeg2-devel \
2323 openssl-devel \
24- patch \
2524 sqlite-devel \
2625 sudo \
2726 tcl-devel \
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ RUN virtualenv -p /usr/bin/python3.10-dbg --system-site-packages /vpy3 \
4949
5050COPY depends /depends
5151RUN cd /depends \
52- && ./install_libavif.sh \
5352 && ./install_raqm.sh
5453
5554COPY python.supp /depends
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ RUN virtualenv -p /usr/bin/python3.10 --system-site-packages /vpy3 \
5757
5858COPY depends /depends
5959RUN cd /depends \
60- && ./install_libavif.sh \
6160 && ./install_raqm.sh
6261
6362ENV FORCE_COLOR=1
You can’t perform that action at this time.
0 commit comments