From a0e7453618507329b0570fa82c58fabc57fc3572 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Fri, 12 Nov 2021 16:12:01 +0100 Subject: ci: Enable RPM jobs on CentOS Now that we have a recent version of meson installed from distro packages instead of PyPI, RPM builds will no longer fail. Signed-off-by: Andrea Bolognani --- ci/gitlab.yml | 2 -- ci/manifest.yml | 12 ++---------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/ci/gitlab.yml b/ci/gitlab.yml index 5ddf1c7..17ae3d1 100644 --- a/ci/gitlab.yml +++ b/ci/gitlab.yml @@ -146,7 +146,6 @@ x86_64-centos-8: allow_failure: false variables: NAME: centos-8 - RPM: skip x86_64-centos-stream-8: @@ -156,7 +155,6 @@ x86_64-centos-stream-8: allow_failure: false variables: NAME: centos-stream-8 - RPM: skip x86_64-debian-10: diff --git a/ci/manifest.yml b/ci/manifest.yml index e8891be..4f623e7 100644 --- a/ci/manifest.yml +++ b/ci/manifest.yml @@ -8,17 +8,9 @@ gitlab: project: libosinfo targets: - centos-8: - jobs: - - arch: x86_64 - variables: - RPM: skip + centos-8: x86_64 - centos-stream-8: - jobs: - - arch: x86_64 - variables: - RPM: skip + centos-stream-8: x86_64 debian-10: x86_64 -- cgit v1.2.1