ci: Stop building GLib from the source

This commit is contained in:
Felipe Borges 2023-10-25 12:42:00 +02:00
parent f8e10afcb6
commit 9880569714

View file

@ -32,12 +32,6 @@ stages:
.Build procedure: &build_procedure
echo "== Building ==" &&
dnf install -y dnf5-plugins &&
git clone https://gitlab.gnome.org/GNOME/glib.git &&
cd glib &&
dnf5 builddep -y glib &&
meson setup . _build -Dprefix=/usr -Dlibdir=lib64 &&
ninja -C _build install &&
cd .. && rm -rf _build/ &&
git clone https://gitlab.gnome.org/GNOME/gtk.git &&
cd gtk &&
dnf5 builddep -y gtk4 &&