Turn off bootstrap (riscv64)

Signed-off-by: Jason Montleon <jmontleo@redhat.com>
This commit is contained in:
Jason Montleon 2024-08-12 20:00:29 -04:00
parent 31ddd8951a
commit bb1aad4461

View File

@ -3,11 +3,11 @@
%global rlibdir %{_libdir}/R/library
# When we are bootstrapping, we drop some dependencies, and/or build time tests.
%bcond_without bootstrap
%bcond_with bootstrap
Name: R-%{packname}
Version: %{packver}
Release: 8.0.riscv64%{?dist}
Release: 8.1.riscv64%{?dist}
Summary: Interpreted String Literals
License: MIT
@ -93,6 +93,9 @@ export LANG=C.UTF-8
%changelog
* Mon Aug 12 2024 Jason Montleon <jmontleo@redhat.com> - 1.6.2-8.1.riscv64
- Turn off bootstrap (riscv64)
* Thu Jul 25 2024 David Abdurachmanov <davidlt@rivosinc.com> - 1.6.2-8.0.riscv64
- Bootstrap (riscv64)