!396 [sync] PR-395: enable multi-thread testcase to shorten build-time

From: @openeuler-sync-bot 
Reviewed-by: @robertxw 
Signed-off-by: @robertxw
This commit is contained in:
openeuler-ci-bot 2025-05-07 11:25:21 +00:00 committed by Gitee
commit 9a16444726
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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