disable valgrind in tests
(cherry picked from commit 102e1bbb7bd8614e29bf3cea30389320b9dad274)
This commit is contained in:
parent
f22e878500
commit
32c8a97e59
10
curl.spec
10
curl.spec
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: curl
|
Name: curl
|
||||||
Version: 7.71.1
|
Version: 7.71.1
|
||||||
Release: 28
|
Release: 29
|
||||||
Summary: Curl is used in command lines or scripts to transfer data
|
Summary: Curl is used in command lines or scripts to transfer data
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://curl.haxx.se/
|
URL: https://curl.haxx.se/
|
||||||
@ -170,7 +170,7 @@ for size in full; do (
|
|||||||
export LD_LIBRARY_PATH="${PWD}/lib/.libs"
|
export LD_LIBRARY_PATH="${PWD}/lib/.libs"
|
||||||
|
|
||||||
cd tests
|
cd tests
|
||||||
perl -I../../tests ../../tests/runtests.pl -a -p -v '!flaky'
|
perl -I../../tests ../../tests/runtests.pl -a -n -p -v '!flaky'
|
||||||
)
|
)
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -229,6 +229,12 @@ rm -rf ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 10 2023 zhouyihang <zhouyihang3@h-partners.com> - 7.71.1-29
|
||||||
|
- Type:bugfix
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:disable valgrind in tests
|
||||||
|
|
||||||
* Thu Jun 08 2023 xingwei <xingwei14@h-partners.com> - 7.71.1-28
|
* Thu Jun 08 2023 xingwei <xingwei14@h-partners.com> - 7.71.1-28
|
||||||
- Type:CVE
|
- Type:CVE
|
||||||
- CVE:CVE-2023-28320
|
- CVE:CVE-2023-28320
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user