diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-09-07 22:47:26 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-09-07 23:22:56 +0200 |
commit | 3bf7d7963784669f876fab46e13f71faaf61cb27 (patch) | |
tree | 8674f818e292e4b33a8728f0624d0cdbf8cf520b /.packit.yml | |
parent | tpm2-util: drop support for creating TPM2 trial sessions (diff) | |
download | systemd-3bf7d7963784669f876fab46e13f71faaf61cb27.tar.xz systemd-3bf7d7963784669f876fab46e13f71faaf61cb27.zip |
ci: temporarily disable Packit's i386
As it currently crashes when extracting debuginfo due to [0] and hangs
until it's killed by the watchdog (which takes ~5 hours).
[0] https://bugzilla.redhat.com/show_bug.cgi?id=2237392
Diffstat (limited to '.packit.yml')
-rw-r--r-- | .packit.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.packit.yml b/.packit.yml index 1b49ddf284..b136d34e80 100644 --- a/.packit.yml +++ b/.packit.yml @@ -40,7 +40,9 @@ jobs: trigger: pull_request targets: - fedora-rawhide-aarch64 - - fedora-rawhide-i386 +# FIXME: re-enable once https://bugzilla.redhat.com/show_bug.cgi?id=2237392 is +# resolved +# - fedora-rawhide-i386 - fedora-rawhide-ppc64le - fedora-rawhide-s390x - fedora-rawhide-x86_64 |