[Spice-commits] .gitlab-ci.yml
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Mon Feb 8 08:31:14 UTC 2021
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 23ba7762120c3695d61b2187b50fca419575e3db
Author: Frediano Ziglio <freddy77 at gmail.com>
Date: Sun Feb 7 09:10:02 2021 +0000
ci: Fix Gitlab build for makecheck-centos job
In CentOS 8 PowerTools repository was renamed to powertools
causing the CI to fail. Rename in configuration file.
Signed-off-by: Frediano Ziglio <freddy77 at gmail.com>
Acked-by: Marc-André Lureau <marcandre.lureau at redhat.com>
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8ee0e7fd..e7594f43 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -95,7 +95,7 @@ distcheck:
makecheck-centos:
before_script:
- dnf install -y 'dnf-command(config-manager)'
- - dnf config-manager --set-enabled PowerTools
+ - dnf config-manager --set-enabled powertools
- >
dnf install git libtool make libasan orc-devel glib-networking
gcc glib2-devel
More information about the Spice-commits
mailing list