Disable bootstrap on riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-09-05 11:40:51 +03:00
parent b93bffe297
commit adff55d88c
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -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 <davidlt@rivosinc.com> - 1.63.0-1.1.riscv64
- Disable bootstrap on riscv64
* Fri Sep 02 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1.63.0-1.0.riscv64
- Bootstrap riscv64