Disable bootstrap

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2021-07-13 13:27:23 +03:00
parent cadc16ba3b
commit a7d87c0d11
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -15,7 +15,7 @@
%global bootstrap_date 2021-05-06
# 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
@ -66,7 +66,7 @@
Name: rust
Version: 1.53.0
Release: 1%{?dist}
Release: 1.2.riscv64%{?dist}
Summary: The Rust Programming Language
License: (ASL 2.0 or MIT) and (BSD and MIT)
# ^ written as: (rust itself) and (bundled libraries)
@ -808,6 +808,9 @@ end}
%changelog
* Tue Jul 13 2021 David Abdurachmanov <david.abdurachmanov@gmail.com> - 1.53.0-1.2.riscv64
- Disable bootstrap
* Mon Jul 12 2021 David Abdurachmanov <david.abdurachmanov@gmail.com> - 1.53.0-1.1.riscv64
- Enable bootstrap