From adff55d88c25a128952a52e4cdd28a50c31ded55 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 5 Sep 2022 11:40:51 +0300 Subject: [PATCH] Disable bootstrap on riscv64 Signed-off-by: David Abdurachmanov --- rust.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rust.spec b/rust.spec index 09ed67e..7e54d78 100644 --- a/rust.spec +++ b/rust.spec @@ -17,7 +17,7 @@ # a waste of lookaside cache space when they're most often unused. # Run "spectool -g rust.spec" after changing this and then "fedpkg upload" to # add them to sources. Remember to remove them again after the bootstrap build! -%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 @@ -88,7 +88,7 @@ Name: rust Version: 1.63.0 -Release: 1.0.riscv64%{?dist} +Release: 1.1.riscv64%{?dist} Summary: The Rust Programming Language License: (ASL 2.0 or MIT) and (BSD and MIT) # ^ written as: (rust itself) and (bundled libraries) @@ -1036,6 +1036,9 @@ end} %changelog +* Mon Sep 05 2022 David Abdurachmanov - 1.63.0-1.1.riscv64 +- Disable bootstrap on riscv64 + * Fri Sep 02 2022 David Abdurachmanov - 1.63.0-1.0.riscv64 - Bootstrap riscv64