aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2022-07-15 17:26:26 +0100
committerDaniel P. Berrangé <berrange@redhat.com>2022-07-19 13:43:12 +0100
commitbc0b72f612587c97075d3e55f0731fb196490e0a (patch)
tree382dbb56c6c580d2c41f116972b5a678af733b23
parentcf2a62a8db8157cf99a736bacb9e7511de1080c8 (diff)
downloadlibvirt-ci-bc0b72f612587c97075d3e55f0731fb196490e0a.zip
libvirt-ci-bc0b72f612587c97075d3e55f0731fb196490e0a.tar.gz
libvirt-ci-bc0b72f612587c97075d3e55f0731fb196490e0a.tar.bz2
mappings: disable slirp on opensuse:15.3 due to broken headers
The libslirp-version.h has a broken macro that causes preprocessor errors when used: https://bugzilla.opensuse.org/show_bug.cgi?id=1201551 This makes libslirp unusable for apps that do version checks. Disable it until the above bug is fixed. Tumbleweed does not have the problem. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
-rw-r--r--lcitool/ansible/vars/mappings.yml3
-rw-r--r--tests/data/formatters/out/opensuse-leap-153-all-projects.Dockerfile1
-rw-r--r--tests/data/packages/out/opensuse-leap-153.yml1
3 files changed, 3 insertions, 2 deletions
diff --git a/lcitool/ansible/vars/mappings.yml b/lcitool/ansible/vars/mappings.yml
index 509649a..d6c5c6d 100644
--- a/lcitool/ansible/vars/mappings.yml
+++ b/lcitool/ansible/vars/mappings.yml
@@ -974,6 +974,9 @@ mappings:
AlmaLinux8: libslirp-devel
CentOSStream8: libslirp-devel
Debian10:
+ # Present but unusably broken:
+ # https://bugzilla.opensuse.org/show_bug.cgi?id=1201551
+ OpenSUSELeap153:
Ubuntu1804:
cross-policy-default: foreign
diff --git a/tests/data/formatters/out/opensuse-leap-153-all-projects.Dockerfile b/tests/data/formatters/out/opensuse-leap-153-all-projects.Dockerfile
index 8b8d4a6..a15a097 100644
--- a/tests/data/formatters/out/opensuse-leap-153-all-projects.Dockerfile
+++ b/tests/data/formatters/out/opensuse-leap-153-all-projects.Dockerfile
@@ -115,7 +115,6 @@ RUN zypper update -y && \
librest-devel \
libseccomp-devel \
libselinux-devel \
- libslirp-devel \
libsoup-devel \
libspice-server-devel \
libssh-devel \
diff --git a/tests/data/packages/out/opensuse-leap-153.yml b/tests/data/packages/out/opensuse-leap-153.yml
index 5c94fab..be057c7 100644
--- a/tests/data/packages/out/opensuse-leap-153.yml
+++ b/tests/data/packages/out/opensuse-leap-153.yml
@@ -126,7 +126,6 @@ native:
- librest-devel
- libseccomp-devel
- libselinux-devel
-- libslirp-devel
- libsoup-devel
- libspice-server-devel
- libssh-devel