From ca4c798e8a1920f9ff598012213d0387e51dcd53 Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Thu, 30 May 2019 17:38:16 -0500 Subject: [PATCH] obs: distros: disble redhat build for x86_64 The runtime package is faling to build due to compatiblity issues with gcc + golang because the redhat version provided in OBS old. Disable temporarily to allow release CI work. Signed-off-by: Jose Carlos Venegas Munoz --- obs-packaging/distros_x86_64 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/obs-packaging/distros_x86_64 b/obs-packaging/distros_x86_64 index 74ffd47bb2..245b3cc888 100644 --- a/obs-packaging/distros_x86_64 +++ b/obs-packaging/distros_x86_64 @@ -9,7 +9,8 @@ Debian_9::Debian:9.0::standard Fedora_28::Fedora:28::standard Fedora_29::Fedora:29::standard Fedora_30::Fedora:30::standard -RHEL_7::RedHat:RHEL-7::standard +# FIXME: https://github.com/kata-containers/packaging/issues/510 +#RHEL_7::RedHat:RHEL-7::standard SLE_12_SP3::SUSE:SLE-12-SP3:GA::standard openSUSE_Leap_42.3::openSUSE:Leap:42.3::standard openSUSE_Leap_15.0::openSUSE:Leap:15.0::standard