summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-02-07 11:41:44 +0100
committerBastien Nocera <hadess@hadess.net>2022-02-07 11:41:44 +0100
commitbd2d06232e1cf967b20cd4fa0c7f47537d8410e2 (patch)
treea8389ae41865f983b32eb8bacdd1361bc7c72890 /.gitlab-ci.yml
parentb041851741e3e529eeeae7d2783bc65ad569d10d (diff)
downloadgnome-bluetooth-bd2d06232e1cf967b20cd4fa0c7f47537d8410e2.tar.gz
ci: Install a newer upower by hand waiting for rawhide
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e21f1f5e..c8dd4b68 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,6 +28,8 @@ 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