From c4bfc27042541f6c7014843239788f5d1d265eda Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sun, 16 Apr 2023 12:18:09 +0200 Subject: ci: Update to newer umockdev So as to include this bug fix until 0.17.17 propagates to rawhide: https://github.com/martinpitt/umockdev/issues/206 --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa818ba..2f31d32 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -107,6 +107,13 @@ test: - ./configure - make install - cd .. + - git clone https://github.com/martinpitt/umockdev.git + - cd umockdev + - dnf install -y 'dnf-command(builddep)' + - dnf builddep -y umockdev + - meson _build -Dprefix=/usr + - ninja -C _build install + - cd .. script: - meson _build -Dintrospection=enabled -Dman=true -Dgtk-doc=true -Didevice=enabled - ninja -C _build -- cgit v1.2.1