audiofile: disable `%check` section to fix ptest pipeline break (#3699)
The check section of this spec produces a 35Gb log file which breaks the ptest pipeline. Disable the check section temporarily till we investigate further. Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
parent
ae75986f4f
commit
d9f3f82564
|
@ -1,11 +1,10 @@
|
|||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
%global make_check 1
|
||||
|
||||
Summary: Library for accessing various audio file formats
|
||||
Name: audiofile
|
||||
Version: 0.3.6
|
||||
Release: 26%{?dist}
|
||||
Release: 27%{?dist}
|
||||
# library is LGPL / the two programs GPL / see README
|
||||
License: LGPLv2+ and GPLv2+
|
||||
Source: http://audiofile.68k.org/%{name}-%{version}.tar.gz
|
||||
|
@ -69,11 +68,11 @@ other resources you can use to develop Audio File applications.
|
|||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||
|
||||
|
||||
# Disable check temporarily
|
||||
# BUG(@mfrw): [41224018]
|
||||
# The check section produces a ~35Gb log file which breaks Ptest pipeline
|
||||
%check
|
||||
%if %{make_check}
|
||||
make check
|
||||
%endif
|
||||
#make check
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
@ -95,6 +94,11 @@ make check
|
|||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 07 2022 Muhammad Falak <mwani@microsoft.com> - 0.3.6-27
|
||||
- Drop macro `%make_check`
|
||||
- Drop check section as it produces a 35GB log file breaking ptest
|
||||
- License verified
|
||||
|
||||
* Mon Nov 01 2021 Muhammad Falak <mwani@microsft.com> - 0.3.6-26
|
||||
- Remove epoch
|
||||
|
||||
|
|
Loading…
Reference in New Issue