From fd3b0ca476fcb78ef716a18303e6829010b32d2d Mon Sep 17 00:00:00 2001 From: sherlock2010 <15151851377@163.com> Date: Wed, 7 May 2025 15:15:39 +0800 Subject: [PATCH] enable multi-thread testcase to shorten build-time (cherry picked from commit 97e1c716d60a3b4b3adaf34c1fd4a3b203e279e0) --- curl.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/curl.spec b/curl.spec index e683a98..43d40c8 100644 --- a/curl.spec +++ b/curl.spec @@ -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 - 8.4.0-18 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:enable multi-thread testcase to shorten build-time + * Tue May 06 2025 zhouyihang - 8.4.0-17 - Type:bugfix - CVE:NA -- Gitee