Accepting request 1135701 from home:dirkmueller:Factory
- skip write tests on 32bit, they OOM OBS-URL: https://build.opensuse.org/request/show/1135701 OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=120
This commit is contained in:
parent
a98beefcf3
commit
c9e103d848
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 29 18:39:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- skip write tests on 32bit, they OOM
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 17 08:53:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -171,7 +171,11 @@ Static library for libarchive
|
||||
%cmake_build
|
||||
|
||||
%check
|
||||
%ctest
|
||||
exclude=""
|
||||
%ifarch %arm %ix86 ppc s390
|
||||
exclude="-E test_write_filter"
|
||||
%endif
|
||||
%ctest $exclude
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
Loading…
Reference in New Issue
Block a user