8
0

Accepting request 113919 from home:k0da:ppc

- disable 12html.t as it causes OOM on ppc64

OBS-URL: https://build.opensuse.org/request/show/113919
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=34
This commit is contained in:
Stephan Kulow
2012-04-17 06:58:46 +00:00
committed by Git OBS Bridge
parent 3fb8a32915
commit fef5013a20
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 16 15:20:35 UTC 2012 - dvaleev@suse.com
- disable 12html.t as it causes OOM on ppc64
-------------------------------------------------------------------
Wed Feb 29 02:34:50 UTC 2012 - vcizek@suse.com

View File

@@ -58,6 +58,10 @@ perl Makefile.PL OPTIMIZE="%{optflags} -Wall"
make %{?_smp_mflags}
%check
%ifarch ppc64 s390x
# see rhbz#769537
rm t/12html.t
%endif
make test
%install