Disable tests on riscv64 for now
[..] Tests summary: -------------- Passed: 82622 Failed: 1 Failed with core: 0 ASan failures: 0 Unknown status: 2 TinderboxPrint:Unknown: 2 error: Bad exit status from /var/tmp/rpm-tmp.C2RdRB (%check) [..] Most likely: [..] ------------- time ---------------------- real 1.40 user 1.07 sys 0.31 1 seconds sdr.sh: #9: pwdecrypt no time regression - FAILED [..] Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
ee2f44baa3
commit
722d69a69e
9
nss.spec
9
nss.spec
@ -17,7 +17,11 @@
|
|||||||
%global dracut_modules_dir %{dracutlibdir}/modules.d/05nss-softokn/
|
%global dracut_modules_dir %{dracutlibdir}/modules.d/05nss-softokn/
|
||||||
%global dracut_conf_dir %{dracutlibdir}/dracut.conf.d
|
%global dracut_conf_dir %{dracutlibdir}/dracut.conf.d
|
||||||
|
|
||||||
|
%ifnarch riscv64
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
|
%else
|
||||||
|
%bcond_with tests
|
||||||
|
%endif
|
||||||
%bcond_with dbm
|
%bcond_with dbm
|
||||||
|
|
||||||
# Produce .chk files for the final stripped binaries
|
# Produce .chk files for the final stripped binaries
|
||||||
@ -62,7 +66,7 @@ rpm.define(string.format("nss_release_tag NSS_%s_RTM",
|
|||||||
Summary: Network Security Services
|
Summary: Network Security Services
|
||||||
Name: nss
|
Name: nss
|
||||||
Version: %{nss_version}
|
Version: %{nss_version}
|
||||||
Release: %{nss_release}%{?dist}
|
Release: %{nss_release}.0.riscv64%{?dist}
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
URL: http://www.mozilla.org/projects/security/pki/nss/
|
URL: http://www.mozilla.org/projects/security/pki/nss/
|
||||||
Requires: nspr >= %{nspr_version}
|
Requires: nspr >= %{nspr_version}
|
||||||
@ -1084,6 +1088,9 @@ update-crypto-policies &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 14 2023 David Abdurachmanov <davidlt@rivosinc.com> - 3.95.0-1.0.riscv64
|
||||||
|
- Disable tests on riscv64 for now
|
||||||
|
|
||||||
* Mon Nov 27 2023 Frantisek Krenzelok <krenzelok.frantisek@gmail.com> - 3.95.0-1
|
* Mon Nov 27 2023 Frantisek Krenzelok <krenzelok.frantisek@gmail.com> - 3.95.0-1
|
||||||
- Update NSS to 3.95.0
|
- Update NSS to 3.95.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user