Disable bootstrap on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
b93bffe297
commit
adff55d88c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user