[iwyu/f21] Exclude ARM since it's failing to build there

Dave Johansen daveisfera at fedoraproject.org
Sat Feb 14 15:49:00 UTC 2015


commit ec41659f7b09f9c5b18b9bd6e8045590351bbf8c
Author: Dave Johansen <davejohansen at gmail.com>
Date:   Sat Feb 14 08:48:48 2015 -0700

    Exclude ARM since it's failing to build there

 iwyu.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/iwyu.spec b/iwyu.spec
index 9d9cd12..10b1e24 100644
--- a/iwyu.spec
+++ b/iwyu.spec
@@ -28,6 +28,9 @@ BuildRequires:  python2-devel
 Provides:  include-what-you-use = %{version}-%{release}
 Provides:  include-what-you-use%{?_isa} = %{version}-%{release}
 
+# It isn't building on ARM, so just exclude it for now (see https://bugzilla.redhat.com/show_bug.cgi?id=1192713 )
+ExcludeArch: %{arm}
+
 
 %description
 "Include what you use" means this: for every symbol (type, function, variable,


More information about the scm-commits mailing list