summaryrefslogtreecommitdiff
path: root/.gitlab-ci/run-docker-minimal.sh
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2020-04-22 21:16:08 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2020-04-23 16:32:10 -0400
commitd01a387475e2665275a6cd6b0059bf91121b8300 (patch)
treebe0ebaca7c7390e97b340d4b51cd36367bc74ed9 /.gitlab-ci/run-docker-minimal.sh
parentec00edd941953626ac027810f747847f68a71000 (diff)
downloadgobject-introspection-d01a387475e2665275a6cd6b0059bf91121b8300.tar.gz
Meson: Override gobject-introspection-1.0 dependency
When gobject-introspection-1.0 pkg-config is not found on the system, Meson can fallback to configure g-i as subproject and needs a dependency object to replace the pc file. The dependency file needs to ensure that typelibs are created before compiling any other gir and provide the girdir for files within build directory. It also need to provide glib dependencies required to compile girs. Bump Meson version to 0.54.0 to use meson.override_dependency().
Diffstat (limited to '.gitlab-ci/run-docker-minimal.sh')
-rwxr-xr-x.gitlab-ci/run-docker-minimal.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/run-docker-minimal.sh b/.gitlab-ci/run-docker-minimal.sh
index 36b2d376..9588f288 100755
--- a/.gitlab-ci/run-docker-minimal.sh
+++ b/.gitlab-ci/run-docker-minimal.sh
@@ -2,7 +2,7 @@
set -e
-TAG="registry.gitlab.gnome.org/gnome/gobject-introspection:min-v1"
+TAG="registry.gitlab.gnome.org/gnome/gobject-introspection:min-v2"
sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
--file "minimal.Dockerfile" .