disable 'make check'

Don't run the test harness on the builders.  We already run this in
our QE testing, and we really shouldn't be tying up builder time
with this.

Resolves: rhbz#1951273
This commit is contained in:
Jeff Moyer 2021-04-26 16:47:45 -04:00
parent fbbaf7f46a
commit 393af088f8

View File

@ -7,11 +7,8 @@
# directory are not found in %%files (without fabric case)
%define _unpackaged_files_terminate_build 0
# disable 'make check' on suse
%if %{defined suse_version}
%define _skip_check 1
%define dist .suse%{suse_version}
%endif
# disable 'make check'
%define _skip_check 1
%if (0%{?suse_version} > 1315) || (0%{?fedora} >= 27) || (0%{?rhel} >= 7)
%bcond_without fabric
@ -32,7 +29,7 @@
Name: nvml
Version: 1.10
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Persistent Memory Development Kit (formerly NVML)
License: BSD
URL: http://pmem.io/pmdk
@ -681,6 +678,10 @@ cp utils/pmdk.magic %{buildroot}%{_datadir}/pmdk/
%changelog
* Mon Apr 26 2021 Jeff Moyer <jmoyer@redhat.com> - 1.10-5
- Don't run %check on the build infrastructure.
- Resolves: rhbz#1951273
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.10-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937