Resolves: #2037103 Don't run tests on the bundled nss
This commit is contained in:
parent
d93306a9cf
commit
e4e5425a9b
@ -653,7 +653,7 @@ function build_bundled_package() {
|
||||
echo $PKG_CONFIG_PATH
|
||||
|
||||
rpm -ivh %{SOURCE403}
|
||||
rpmbuild --nodeps --define '_prefix %{bundled_install_path}' -ba %{_specdir}/nss.spec
|
||||
rpmbuild --nodeps --define '_prefix %{bundled_install_path}' --without=tests -ba %{_specdir}/nss.spec
|
||||
pushd %{_buildrootdir}
|
||||
#cleanup
|
||||
#rm -rf {_buildrootdir}/usr/lib/debug/*
|
||||
|
Loading…
Reference in New Issue
Block a user