diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-09-17 19:37:45 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-09-17 22:18:49 +0200 |
commit | c7027516b7fb209ce7a877f315cb0110634459f0 (patch) | |
tree | c7036dccb1fa31106b3c46e6bb5e0aad49bf178f /.packit.yml | |
parent | Merge pull request #29119 from yuwata/network-dhcp-server-allow-null-server-a... (diff) | |
download | systemd-c7027516b7fb209ce7a877f315cb0110634459f0.tar.xz systemd-c7027516b7fb209ce7a877f315cb0110634459f0.zip |
Revert "ci: temporarily disable Packit's i386"
The original issue [0] should be resolved in the current Rawhide.
[0] https://bugzilla.redhat.com/show_bug.cgi?id=2237392
This reverts commit 3bf7d7963784669f876fab46e13f71faaf61cb27.
Diffstat (limited to '')
-rw-r--r-- | .packit.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.packit.yml b/.packit.yml index b136d34e80..1b49ddf284 100644 --- a/.packit.yml +++ b/.packit.yml @@ -40,9 +40,7 @@ jobs: trigger: pull_request targets: - fedora-rawhide-aarch64 -# FIXME: re-enable once https://bugzilla.redhat.com/show_bug.cgi?id=2237392 is -# resolved -# - fedora-rawhide-i386 + - fedora-rawhide-i386 - fedora-rawhide-ppc64le - fedora-rawhide-s390x - fedora-rawhide-x86_64 |