From 287fc845dd138cddb2eb8a233a67ef8e8c550b66 Mon Sep 17 00:00:00 2001 From: Omar Sandoval Date: Mon, 12 Dec 2022 19:11:53 -0800 Subject: [PATCH] packit: disable 32-bit ARM builds These runs have gotten very flaky. I reported it at packit/packit-service#1798, which was then reported at fedora-copr/copr#2429, and finally as a DNF bug in https://bugzilla.redhat.com/show_bug.cgi?id=2152259. Let's disable them until it is fixed. Signed-off-by: Omar Sandoval --- .packit.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 54748a56..5be924a5 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -23,7 +23,8 @@ jobs: project: drgn targets: - fedora-all-aarch64 - - fedora-all-armhfp + # Disabled due to https://bugzilla.redhat.com/show_bug.cgi?id=2152259. + # - fedora-all-armhfp - fedora-all-i386 - fedora-all-ppc64le - fedora-all-s390x @@ -49,7 +50,7 @@ jobs: project: drgn targets: - fedora-all-aarch64 - - fedora-all-armhfp + # - fedora-all-armhfp - fedora-all-i386 - fedora-all-ppc64le - fedora-all-s390x