Disable check section while bootstrapping

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-12-14 12:32:08 +02:00
parent 884dfec65d
commit ab1f249dc0
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ rm -f %{buildroot}%{rlibdir}/R.css
%check
exit 0
%if %{without bootstrap}
%{_bindir}/R CMD check --ignore-vignettes %{packname}
%else