Disable RunCMake.CPack_RPM test
It fails if disttag contains "+" character as it happens in modular builds.
This commit is contained in:
parent
ba9c9d5ef5
commit
57338c141a
@ -398,7 +398,8 @@ mv -f Modules/FindLibArchive.cmake Modules/FindLibArchive.disabled
|
|||||||
%endif
|
%endif
|
||||||
pushd build
|
pushd build
|
||||||
#CMake.FileDownload, CTestTestUpload, and curl require internet access
|
#CMake.FileDownload, CTestTestUpload, and curl require internet access
|
||||||
NO_TEST="CMake.FileDownload|CTestTestUpload|curl"
|
# RunCMake.CPack_RPM is broken if disttag contains "+", bug #1499151
|
||||||
|
NO_TEST="CMake.FileDownload|CTestTestUpload|curl|RunCMake.CPack_RPM"
|
||||||
# RunCMake.File_Generate fails on S390X
|
# RunCMake.File_Generate fails on S390X
|
||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
NO_TEST="$NO_TEST|RunCMake.File_Generate"
|
NO_TEST="$NO_TEST|RunCMake.File_Generate"
|
||||||
|
Loading…
Reference in New Issue
Block a user