From 0af01d96de8cdd0c72daec4bae1887cc15642690 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: May 22 2019 21:03:07 +0000 Subject: Temporarily disable ppc64le builds for now We're hitting an issue trying to build on ppc64le: https://bugzilla.redhat.com/show_bug.cgi?id=1713090 Temporarily disable it for now. It's important to get this fixed, but I don't want to block FCOS work since ppc64le isn't a hard requirement. --- diff --git a/rpm-ostree.spec b/rpm-ostree.spec index 6c71eac..5529a1e 100644 --- a/rpm-ostree.spec +++ b/rpm-ostree.spec @@ -11,6 +11,10 @@ URL: https://github.com/projectatomic/rpm-ostree ExclusiveArch: %{rust_arches} +# Temporarily disable ppc64le builds for now: +# https://bugzilla.redhat.com/show_bug.cgi?id=1713090 +ExcludeArch: ppc64 ppc64le + %if 0%{?fedora} BuildRequires: cargo BuildRequires: rust