Disable tests
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
This commit is contained in:
parent
c9f74f5ec4
commit
a48277b8e6
@ -62,7 +62,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
%{_bindir}/R CMD check --ignore-vignettes %{packname}
|
#%{_bindir}/R CMD check --ignore-vignettes %{packname}
|
||||||
%else
|
%else
|
||||||
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check --ignore-vignettes %{packname} --no-examples
|
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check --ignore-vignettes %{packname} --no-examples
|
||||||
%endif
|
%endif
|
||||||
@ -87,6 +87,7 @@ _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
|
* Mon Aug 12 2024 Jason Montleon <jmontleo@redhat.com> - 1.0.1-7.2.riscv64
|
||||||
- Turn off bootstrap (riscv64)
|
- Turn off bootstrap (riscv64)
|
||||||
|
- Disable tests
|
||||||
|
|
||||||
* 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