From fce6ca15f9219262cbe4c4115e32c48ff6b5e8bf Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 3 Jan 2017 17:39:44 -0800 Subject: [PATCH] No really, we're not ready for other arches --- rust.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust.spec b/rust.spec index b992b86..26a614e 100644 --- a/rust.spec +++ b/rust.spec @@ -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}