Fix test broken by update in zlib on s390x
This commit is contained in:
parent
6983547d41
commit
0446a80578
1
.perl.metadata
Normal file
1
.perl.metadata
Normal file
@ -0,0 +1 @@
|
||||
1fb4f710d139da1e1a3e1fa4eaba201fcaa8e18e perl-5.32.1.tar.xz
|
@ -4692,11 +4692,19 @@ pushd t
|
||||
popd
|
||||
%if %{parallel_tests}
|
||||
JOBS=$(printf '%%s' "%{?_smp_mflags}" | sed 's/.*-j\([0-9][0-9]*\).*/\1/')
|
||||
%ifarch s390 s390x
|
||||
LC_ALL=C TEST_JOBS=$JOBS make test_harness DFLTCC=0
|
||||
%else
|
||||
LC_ALL=C TEST_JOBS=$JOBS make test_harness
|
||||
%endif
|
||||
%else
|
||||
%ifarch s390 s390x
|
||||
LC_ALL=C make test DFLTCC=0
|
||||
%else
|
||||
LC_ALL=C make test
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%ldconfig_scriptlets libs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user