!204 [sync] PR-203: disable valgrind in tests

From: @openeuler-sync-bot 
Reviewed-by: @kircher 
Signed-off-by: @kircher
This commit is contained in:
openeuler-ci-bot 2023-06-12 08:06:02 +00:00 committed by Gitee
commit f09f51a399
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -6,7 +6,7 @@
Name: curl
Version: 7.71.1
Release: 28
Release: 29
Summary: Curl is used in command lines or scripts to transfer data
License: MIT
URL: https://curl.haxx.se/
@ -170,7 +170,7 @@ for size in full; do (
export LD_LIBRARY_PATH="${PWD}/lib/.libs"
cd tests
perl -I../../tests ../../tests/runtests.pl -a -p -v '!flaky'
perl -I../../tests ../../tests/runtests.pl -a -n -p -v '!flaky'
)
done
@ -229,6 +229,12 @@ rm -rf ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la
%{_mandir}/man3/*
%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
- Type:CVE
- CVE:CVE-2023-28320