From 8941be795f2c143d848d82bc4849fb3a20e3fbc5 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sun, 18 Apr 2021 06:28:18 +0300 Subject: [PATCH] Disable bootstrap Signed-off-by: David Abdurachmanov --- rust.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust.spec b/rust.spec index 4b57435..2005c52 100644 --- a/rust.spec +++ b/rust.spec @@ -15,7 +15,7 @@ %global bootstrap_date 2021-03-23 # Only the specified arches will use bootstrap binaries. -%global bootstrap_arches %%{rust_arches} +#global bootstrap_arches %%{rust_arches} # Using llvm-static may be helpful as an opt-in, e.g. to aid LLVM rebases. %bcond_with llvm_static