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.
This commit is contained in:
parent
c70261e6b7
commit
0af01d96de
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user