RunCMake.File_Generate fails on S390X, skip it temporarily
This commit is contained in:
parent
6209eeaac2
commit
bb8fb23fed
@ -41,7 +41,7 @@
|
||||
|
||||
Name: %{orig_name}%{?name_suffix}
|
||||
Version: %{major_version}.%{minor_version}.0
|
||||
Release: 8%{?relsuf}%{?dist}
|
||||
Release: 9%{?relsuf}%{?dist}
|
||||
Summary: Cross-platform make system
|
||||
|
||||
# most sources are BSD
|
||||
@ -350,6 +350,10 @@ NO_TEST="CMake.FileDownload|CTestTestUpload"
|
||||
%if 0%{?fedora} >= 27
|
||||
NO_TEST="$NO_TEST|RunCMake.CPack_RPM"
|
||||
%endif
|
||||
# RunCMake.File_Generate fails on S390X
|
||||
%ifarch s390x
|
||||
NO_TEST="$NO_TEST|RunCMake.File_Generate"
|
||||
%endif
|
||||
export NO_TEST
|
||||
bin/ctest%{?name_suffix} -V -E "$NO_TEST" %{?_smp_mflags}
|
||||
popd
|
||||
@ -443,6 +447,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 03 2017 Björn Esser <besser82@fedoraproject.org> - 3.9.0-9
|
||||
- RunCMake.File_Generate fails on S390X, skip it temporarily
|
||||
|
||||
* Wed Aug 02 2017 Björn Esser <besser82@fedoraproject.org> - 3.9.0-8
|
||||
- Fix cmake.attr and cmake.req to work properly
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user