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:
Muhammad Falak R Wani 2022-09-08 10:29:40 +05:30 committed by GitHub
parent ae75986f4f
commit d9f3f82564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 6 deletions

View File

@ -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