mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-23 17:53:07 +00:00
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 <osandov@osandov.com>
This commit is contained in:
parent
25aee8f6a1
commit
287fc845dd
@ -23,7 +23,8 @@ jobs:
|
|||||||
project: drgn
|
project: drgn
|
||||||
targets:
|
targets:
|
||||||
- fedora-all-aarch64
|
- 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-i386
|
||||||
- fedora-all-ppc64le
|
- fedora-all-ppc64le
|
||||||
- fedora-all-s390x
|
- fedora-all-s390x
|
||||||
@ -49,7 +50,7 @@ jobs:
|
|||||||
project: drgn
|
project: drgn
|
||||||
targets:
|
targets:
|
||||||
- fedora-all-aarch64
|
- fedora-all-aarch64
|
||||||
- fedora-all-armhfp
|
# - fedora-all-armhfp
|
||||||
- fedora-all-i386
|
- fedora-all-i386
|
||||||
- fedora-all-ppc64le
|
- fedora-all-ppc64le
|
||||||
- fedora-all-s390x
|
- fedora-all-s390x
|
||||||
|
Loading…
Reference in New Issue
Block a user