Skip to content
Snippets Groups Projects
Commit b50f76cb authored by Michael Catanzaro's avatar Michael Catanzaro
Browse files

ci: Update CI image

This just rebuilds the CI image with the latest Fedora.

Also, we don't need to clone all of the history of GLib. Just need the
latest commit.
parent 2228cfb9
Branches
Tags
No related merge requests found
image: registry.gitlab.gnome.org/gnome/glib-networking/master:v19
image: registry.gitlab.gnome.org/gnome/glib-networking/master:v20
fedora-x86_64:
stage: build
......
......@@ -10,7 +10,7 @@ RUN dnf update -y \
git \
opensc \
&& dnf clean all \
&& git clone https://gitlab.gnome.org/GNOME/glib.git \
&& git clone --depth=1 https://gitlab.gnome.org/GNOME/glib.git \
&& pushd glib \
&& meson _build --prefix=/usr \
&& meson install -C _build \
......
......@@ -2,7 +2,7 @@
set -e
TAG="registry.gitlab.gnome.org/gnome/glib-networking/master:v19"
TAG="registry.gitlab.gnome.org/gnome/glib-networking/master:v20"
cd "$(dirname "$0")"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment