1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-12 11:46:10 +02:00

Screw it, just add gobject-introspection to CI image

This commit is contained in:
DarthSim 2023-11-21 19:58:20 +03:00
parent e0091ad776
commit eadac78ef3

View File

@ -7,6 +7,7 @@ RUN apt-get -qq update \
git \
ca-certificates \
build-essential \
gobject-introspection \
python3-pip \
python3-venv \
libssl-dev \
@ -59,7 +60,6 @@ RUN \
--prefix=/root/vips/$VIPS_VERSION \
--libdir=lib \
-Dgtk_doc=false \
-Dintrospection=$(if [[ "$VIPS_VERSION" > "8.14" ]]; then echo "disabled"; else echo "false"; fi) \
&& ninja -C _build \
&& ninja -C _build install \
&& cd .. \