summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-02-23 10:17:36 +0100
committerBastien Nocera <hadess@hadess.net>2022-02-23 10:25:03 +0100
commitf52052d2bedf70df8c84e4315db05a7263fe3aee (patch)
treec0f7e1531ea522de6d5dbd45bdd9519bb1a425e9 /.gitlab-ci.yml
parent88b205063e30d0b8eda63d22145b48432d2d421d (diff)
downloadgnome-bluetooth-f52052d2bedf70df8c84e4315db05a7263fe3aee.tar.gz
Revert "ci: Install a newer upower by hand waiting for rawhide"
This reverts commit bd2d06232e1cf967b20cd4fa0c7f47537d8410e2 and adds upower-devel to the list of packages to install as part of the normal build dependencies.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1e658a25..a2bd1d4e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,7 @@ variables:
systemd-devel
gsound-devel
libnotify-devel
+ upower-devel
meson
redhat-rpm-config
gcc
@@ -30,8 +31,6 @@ build_stable:
before_script:
- dnf update -y --nogpgcheck
- dnf install -y --nogpgcheck $DEPENDENCIES $TEST_DEPS
- # Newer upower!
- - dnf install -y https://kojipkgs.fedoraproject.org//work/tasks/5825/82495825/upower-0.99.14-1.fc36.x86_64.rpm https://kojipkgs.fedoraproject.org//work/tasks/5825/82495825/upower-devel-0.99.14-1.fc36.x86_64.rpm
script:
# Install newer python-dbusmock
- git clone https://github.com/martinpitt/python-dbusmock.git