[dev] Making `apr` tests run single-threaded (#1598)
This commit is contained in:
Родитель
91b40b21e7
Коммит
a4de52298f
|
@ -1,14 +1,13 @@
|
|||
Summary: The Apache Portable Runtime
|
||||
Name: apr
|
||||
Version: 1.6.5
|
||||
Release: 5%{?dist}
|
||||
License: Apache License 2.0
|
||||
Release: 6%{?dist}
|
||||
License: ASL 2.0
|
||||
URL: https://apr.apache.org/
|
||||
Group: System Environment/Libraries
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
Source0: http://archive.apache.org/dist/%{name}/%{name}-%{version}.tar.gz
|
||||
%define sha1 %{name}=ebf4f15fa5003b1490550e260f5a57dc8a2ff0ac
|
||||
%define aprver 1
|
||||
|
||||
%if %{with_check}
|
||||
|
@ -40,7 +39,8 @@ make DESTDIR=%{buildroot} install
|
|||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%check
|
||||
make %{?_smp_mflags} check
|
||||
# Running single-threaded by design. Tests tend to randomly crash otherwise.
|
||||
make -j1 check
|
||||
|
||||
%post
|
||||
|
||||
|
@ -62,27 +62,31 @@ make %{?_smp_mflags} check
|
|||
%{_libdir}/pkgconfig
|
||||
|
||||
%changelog
|
||||
* Thu Oct 28 2021 Pawel Winogrodzki <pawel.winogrodzki@microsoft.com> - 1.6.5-6
|
||||
- Fixing tests further by making them run on a single thread.
|
||||
- Removed `%%sha1` macro.
|
||||
- License verified.
|
||||
* Fri Sep 10 2021 Thomas Crain <thcrain@microsoft.com> - 1.6.5-5
|
||||
- Remove libtool archive files from final packaging
|
||||
* Mon Dec 07 2020 Andrew Phelps <anphel@microsoft.com> 1.6.5-4
|
||||
- Fix check tests.
|
||||
* Sat May 09 2020 Nick Samson <nisamson@microsoft.com> 1.6.5-3
|
||||
- Added %%license line automatically
|
||||
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> 1.6.5-2
|
||||
- Initial CBL-Mariner import from Photon (license: Apache2).
|
||||
* Tue Sep 18 2018 Ankit Jain <ankitja@vmware.com> 1.6.5-1
|
||||
- Updated to version 1.6.5
|
||||
* Fri Dec 08 2017 Xiaolin Li <xiaolinl@vmware.com> 1.5.2-7
|
||||
- Fix CVE-2017-12613
|
||||
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.5.2-6
|
||||
- GA - Bump release of all rpms
|
||||
* Mon Sep 21 2015 Harish Udaiya Kumar<hudaiyakumar@vmware.com> 1.5.2-5
|
||||
- Repacked to move the include files in devel package.
|
||||
* Wed Jul 15 2015 Sarah Choi <sarahc@vmware.com> 1.5.2-4
|
||||
- Use aprver(=1) instead of version for mesos
|
||||
* Mon Jul 13 2015 Alexey Makhalov <amakhalov@vmware.com> 1.5.2-3
|
||||
- Exclude /usr/lib/debug
|
||||
* Wed Jul 01 2015 Touseef Liaqat <tliaqat@vmware.com> 1.5.2-2
|
||||
- Fix tags and paths.
|
||||
* Wed May 20 2015 Touseef Liaqat <tliaqat@vmware.com> 1.5.2-1
|
||||
- Initial build. First version
|
||||
* Mon Dec 07 2020 Andrew Phelps <anphel@microsoft.com> - 1.6.5-4
|
||||
- Fix check tests.
|
||||
* Sat May 09 2020 Nick Samson <nisamson@microsoft.com> - 1.6.5-3
|
||||
- Added %%license line automatically
|
||||
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> - 1.6.5-2
|
||||
- Initial CBL-Mariner import from Photon (license: Apache2).
|
||||
* Tue Sep 18 2018 Ankit Jain <ankitja@vmware.com> - 1.6.5-1
|
||||
- Updated to version 1.6.5
|
||||
* Fri Dec 08 2017 Xiaolin Li <xiaolinl@vmware.com> - 1.5.2-7
|
||||
- Fix CVE-2017-12613
|
||||
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> - 1.5.2-6
|
||||
- GA - Bump release of all rpms
|
||||
* Mon Sep 21 2015 Harish Udaiya Kumar<hudaiyakumar@vmware.com> - 1.5.2-5
|
||||
- Repacked to move the include files in devel package.
|
||||
* Wed Jul 15 2015 Sarah Choi <sarahc@vmware.com> - 1.5.2-4
|
||||
- Use aprver(=1) instead of version for mesos
|
||||
* Mon Jul 13 2015 Alexey Makhalov <amakhalov@vmware.com> - 1.5.2-3
|
||||
- Exclude /usr/lib/debug
|
||||
* Wed Jul 01 2015 Touseef Liaqat <tliaqat@vmware.com> - 1.5.2-2
|
||||
- Fix tags and paths.
|
||||
* Wed May 20 2015 Touseef Liaqat <tliaqat@vmware.com> - 1.5.2-1
|
||||
- Initial build. First version
|
||||
|
|
Загрузка…
Ссылка в новой задаче