summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKate Hsuan <hpa@redhat.com>2024-04-25 14:29:24 +0800
committerKate Hsuan <hpa@redhat.com>2024-04-25 15:35:30 +0800
commit1146047df93c0da14bdd3e5a31b691289e96a84c (patch)
tree94340eae0a2bcefa29b904e6ed06b5383d660de0
parentc8385cb08a2ec5f6df1f14aebd8e976bca3d3042 (diff)
ci: replace compiling umockdev with a packageHEADmaster
Test is based on umockdev package without compile it during runner creation step.
-rw-r--r--.gitlab-ci.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 86bcad5..fbdbd53 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -116,17 +116,6 @@ test:
- ./configure
- make install
- cd ..
- - git clone https://github.com/martinpitt/umockdev.git
- - cd umockdev
- - dnf install -y chrpath libpcap-devel systemd-udev vala
- - meson _build -Dprefix=/usr
- - ninja -C _build install
- - cd ..
- - cd libgudev
- - dnf install -y glibc-langpack-fr umockdev-devel
- - meson _build -Dprefix=/usr
- - ninja -C _build install
- - cd ..
script:
- meson _build -Dintrospection=enabled -Dman=true -Dgtk-doc=true -Didevice=enabled
- ninja -C _build