ci: Stop building GLib from the source
This commit is contained in:
parent
f8e10afcb6
commit
9880569714
1 changed files with 0 additions and 6 deletions
|
@ -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 &&
|
||||
|
|
Loading…
Add table
Reference in a new issue