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:
Martin Pluskal 2023-12-30 07:16:07 +00:00 committed by Git OBS Bridge
parent a98beefcf3
commit c9e103d848
2 changed files with 10 additions and 1 deletions

View File

@ -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>

View File

@ -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