enable multi-thread testcase to shorten build-time

(cherry picked from commit 97e1c716d60a3b4b3adaf34c1fd4a3b203e279e0)
This commit is contained in:
sherlock2010 2025-05-07 15:15:39 +08:00 committed by openeuler-sync-bot
parent 19edec3440
commit fd3b0ca476

View File

@ -7,7 +7,7 @@
Name: curl
Version: 8.4.0
Release: 17
Release: 18
Summary: Curl is used in command lines or scripts to transfer data
License: curl
URL: https://curl.se/
@ -179,7 +179,7 @@ for size in full; do (
export LD_LIBRARY_PATH="${PWD}/lib/.libs"
cd tests
perl -I../../tests ../../tests/runtests.pl -a -n -p -v '!flaky'
perl -I../../tests ../../tests/runtests.pl -a -n -p -v '!flaky' -j16
)
done
@ -238,6 +238,12 @@ rm -rf ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la
%{_mandir}/man3/*
%changelog
* Wed May 07 2025 zhouyihang <zhouyihang3@h-partners.com> - 8.4.0-18
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:enable multi-thread testcase to shorten build-time
* Tue May 06 2025 zhouyihang <zhouyihang3@h-partners.com> - 8.4.0-17
- Type:bugfix
- CVE:NA