From c9e103d848c09d4796f7171615aed1e5e0305bc0955860ed92f2305708d9a7ef Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sat, 30 Dec 2023 07:16:07 +0000 Subject: [PATCH] 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 --- libarchive.changes | 5 +++++ libarchive.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/libarchive.changes b/libarchive.changes index 9900211..e7754de 100644 --- a/libarchive.changes +++ b/libarchive.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 29 18:39:00 UTC 2023 - Dirk Müller + +- skip write tests on 32bit, they OOM + ------------------------------------------------------------------- Sun Sep 17 08:53:58 UTC 2023 - Dirk Müller diff --git a/libarchive.spec b/libarchive.spec index 99354f8..6db9bcb 100644 --- a/libarchive.spec +++ b/libarchive.spec @@ -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