Turn off bootstrap (riscv64)
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
This commit is contained in:
parent
be094b1bd6
commit
c9f74f5ec4
@ -1,5 +1,5 @@
|
|||||||
# When we are bootstrapping, we drop some dependencies, and/or build time tests.
|
# When we are bootstrapping, we drop some dependencies, and/or build time tests.
|
||||||
%bcond_without bootstrap
|
%bcond_with bootstrap
|
||||||
|
|
||||||
%global packname purrr
|
%global packname purrr
|
||||||
%global packver 1.0.1
|
%global packver 1.0.1
|
||||||
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: %{packver}
|
Version: %{packver}
|
||||||
Release: 7.1.riscv64%{?dist}
|
Release: 7.2.riscv64%{?dist}
|
||||||
Summary: Functional Programming Tools
|
Summary: Functional Programming Tools
|
||||||
|
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
@ -85,6 +85,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check --ignore-vignettes %{packname}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 12 2024 Jason Montleon <jmontleo@redhat.com> - 1.0.1-7.2.riscv64
|
||||||
|
- Turn off bootstrap (riscv64)
|
||||||
|
|
||||||
* Thu Jul 25 2024 David Abdurachmanov <davidlt@rivosinc.com> - 1.0.1-7.0.riscv64
|
* Thu Jul 25 2024 David Abdurachmanov <davidlt@rivosinc.com> - 1.0.1-7.0.riscv64
|
||||||
- Bootstrap (riscv64)
|
- Bootstrap (riscv64)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user