From 8107b9011e693b3e8e74bad070c49c043e239bcd Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 9 Sep 2021 16:51:23 -0700 Subject: [PATCH] unset bootstrap_arches --- rust.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust.spec b/rust.spec index d02db39..1f17237 100644 --- a/rust.spec +++ b/rust.spec @@ -15,7 +15,7 @@ %global bootstrap_date 2021-07-29 # Only the specified arches will use bootstrap binaries. -%global bootstrap_arches %%{rust_arches} +#global bootstrap_arches %%{rust_arches} # Define a space-separated list of targets to ship rust-std-static-$triple for # cross-compilation. The packages are noarch, but they're not fully