Exclude some alt arches until build problem can be solved

This commit is contained in:
Stuart D. Gathman 2019-05-08 13:07:59 -04:00
parent 9b2cd28a9f
commit cd44c33e31

View File

@ -163,6 +163,11 @@ Provides: bundled(nacl) = 20110221
%endif
# build system requires nodejs, unfortunately
ExclusiveArch: %{nodejs_arches}
%if 0%{use_embedded}
# The nodejs build system for embedded cnacl has no "plan" for s390x.
# It might work to copy another big endian plan like ppc64.
ExcludeArch: s390x ppc64le armv7hl
%endif
%description
Cjdns implements an encrypted IPv6 network using public-key cryptography for