summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2021-11-12 16:12:01 +0100
committerAndrea Bolognani <abologna@redhat.com>2021-11-12 16:12:01 +0100
commita0e7453618507329b0570fa82c58fabc57fc3572 (patch)
tree15b6bad230017ba4ac8a890c886c7812b9430b3f
parent9731aa2020e1c969ce1c4ebc50b934f91a2af6df (diff)
downloadlibosinfo-a0e7453618507329b0570fa82c58fabc57fc3572.tar.gz
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 <abologna@redhat.com>
-rw-r--r--ci/gitlab.yml2
-rw-r--r--ci/manifest.yml12
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