enable multi-thread testcase to shorten build-time
(cherry picked from commit 97e1c716d60a3b4b3adaf34c1fd4a3b203e279e0)
This commit is contained in:
parent
19edec3440
commit
fd3b0ca476
10
curl.spec
10
curl.spec
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: curl
|
Name: curl
|
||||||
Version: 8.4.0
|
Version: 8.4.0
|
||||||
Release: 17
|
Release: 18
|
||||||
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: curl
|
License: curl
|
||||||
URL: https://curl.se/
|
URL: https://curl.se/
|
||||||
@ -179,7 +179,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 -n -p -v '!flaky'
|
perl -I../../tests ../../tests/runtests.pl -a -n -p -v '!flaky' -j16
|
||||||
)
|
)
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -238,6 +238,12 @@ rm -rf ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue May 06 2025 zhouyihang <zhouyihang3@h-partners.com> - 8.4.0-17
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user