update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libintl-perl?expand=0&rev=37
This commit is contained in:
parent
2c93a74f8d
commit
73cddb062b
12
cpanspec.yml
12
cpanspec.yml
@ -23,10 +23,10 @@ license: GPL-3.0-or-later
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
custom_test: |-
|
||||
%ifarch %arm
|
||||
# This test blocks the qemu-arm and the worker gets stalled. Needs more attention.
|
||||
rm ./tests/04find_domain_bug.t
|
||||
%endif
|
||||
%{__make} test
|
||||
#custom_test: |-
|
||||
# %ifarch %arm
|
||||
# # This test blocks the qemu-arm and the worker gets stalled. Needs more attention.
|
||||
# rm ./tests/04find_domain_bug.t
|
||||
# %endif
|
||||
# %{__make} test
|
||||
#ignore_requires: Bizarre::Module
|
||||
|
@ -53,10 +53,6 @@ perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%ifarch %arm
|
||||
# This test blocks the qemu-arm and the worker gets stalled. Needs more attention.
|
||||
rm ./tests/04find_domain_bug.t
|
||||
%endif
|
||||
make test
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user