So we don't have to build glib as a subproject.
- subprojects/pango/
fedora-x86_64:
- image: registry.gitlab.gnome.org/gnome/gtk/master:v5
+ image: registry.gitlab.gnome.org/gnome/gtk/master:v6
stage: build
script:
- bash -x ./.gitlab-ci/test-docker.sh
<<: *flatpak-master
pages:
- image: registry.gitlab.gnome.org/gnome/gtk/master:v4
+ image: registry.gitlab.gnome.org/gnome/gtk/master:v6
stage: deploy
script:
- meson -Ddocumentation=true _build .
-FROM fedora:29
+FROM fedora:30
RUN dnf -y install \
hicolor-icon-theme \
ccache \
colord-devel \
cups-devel \
+ dbus-daemon \
dejavu-sans-mono-fonts \
desktop-file-utils \
elfutils-libelf-devel \
pango-devel \
pcre-devel \
python3 \
+ python3-jinja2 \
python3-pip \
python3-wheel \
redhat-rpm-config \
xorg-x11-server-Xvfb \
&& dnf clean all
-RUN pip3 install meson==0.50.0
-
-RUN pip3 install jinja2
+RUN pip3 install meson==0.50.1
ARG HOST_USER_ID=5555
ENV HOST_USER_ID ${HOST_USER_ID}
set -e
-TAG="registry.gitlab.gnome.org/gnome/gtk/master:v4"
+TAG="registry.gitlab.gnome.org/gnome/gtk/master:v6"
sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
--file "Dockerfile" .