diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2022-01-20 09:54:54 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-01-20 13:02:16 +0100 |
commit | 478c632e00ffbf50012b1946a8a025494c012353 (patch) | |
tree | 0be45ab4de0ccdd35b22d12f1ab62bc4371e8ac8 /.packit.yml | |
parent | hwdb: Add accel orientation quirk for the GPD Pocket 3 (diff) | |
download | systemd-478c632e00ffbf50012b1946a8a025494c012353.tar.xz systemd-478c632e00ffbf50012b1946a8a025494c012353.zip |
ci: switch to fedora-35 on i386 on Packit
systemd seems to be failing to compile there with gcc-12 but considering
that gcc-12 hasn't been released yet it doesn't seem to make sense
to add workarounds to get it to compile there. Until gcc-12 is
stabilized it should be enough to build systemd on fedora-35 to
make sure it's buildable on i386.
Diffstat (limited to '.packit.yml')
-rw-r--r-- | .packit.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.packit.yml b/.packit.yml index 962c77913e..3bcfea2904 100644 --- a/.packit.yml +++ b/.packit.yml @@ -38,6 +38,6 @@ jobs: metadata: targets: - fedora-rawhide-aarch64 - - fedora-rawhide-i386 + - fedora-35-i386 - fedora-rawhide-ppc64le - fedora-rawhide-x86_64 |