No really, we're not ready for other arches

This commit is contained in:
Josh Stone 2017-01-03 17:39:44 -08:00
parent b705f891eb
commit fce6ca15f9
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Only x86_64 and i686 are Tier 1 platforms at this time.
# https://forge.rust-lang.org/platform-support.html
%global rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x
#global rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x
%global rust_arches x86_64 i686 armv7hl aarch64
# The channel can be stable, beta, or nightly
%{!?channel: %global channel stable}