The package rpms/golang-github-uber-tally.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/golang-github-uber-tally.git/commit/....
Change: +%ifarch armv7hl i686
Thanks.
Full change: ============
commit 59e739bc4e86a231a3206cdd5c697036608cce58 Author: Mikel Olasagasti Uranga mikel@olasagasti.info Date: Thu Sep 1 13:18:58 2022 +0200
Skip m3 test also for armv7hl
diff --git a/golang-github-uber-tally.spec b/golang-github-uber-tally.spec index 0f16a47..3c562a6 100644 --- a/golang-github-uber-tally.spec +++ b/golang-github-uber-tally.spec @@ -43,8 +43,8 @@ Source: %{gosource}
%if %{with check} %check -# m3 tests timeout after 10m0s for i686 -%ifarch i686 +# m3 tests timeout after 10m0s for armv7hl and i686 +%ifarch armv7hl i686 %gocheck -t m3 %else # TestVerifyCachedTaggedScopesAlloc randomly fails on ppc64le and s390x
arch-excludes@lists.fedoraproject.org