소스 검색

Screw it, just add gobject-introspection to CI image

DarthSim 1 년 전
부모
커밋
eadac78ef3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/ci-docker/Dockerfile

+ 1 - 1
.github/ci-docker/Dockerfile

@@ -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 .. \