ci: Add Fedora to the CI environment#347
Conversation
5f64baf to
70f085b
Compare
|
Do we really need a sanitized build on Fedora as well? I've deliberately put it only on one OS because it's quite slow (and getting faster feedback from the CI is often useful). |
As Fedora ships updated GNOME components often earlier than anyone else, it makes sense to test this to ensure that this continues to work.
daps is not broadly packaged, so the documentation cannot be built on most distributions. In particular, it's not available on Fedora right now, so disable it to make the build succeed.
70f085b to
d1b9db4
Compare
Fedora Rawhide has the literally newest GCC, which I figured would be quite valuable for this.
It's relatively rare these days. The main breakage is around Python rebases usually, but we've streamlined that to avoid that problem as much as possible.
👍🏾 |
|
Latest GCC probably includes the dev release sometimes... Which might not be the worst thing to test against, so let's give this a try! |
As Fedora ships updated GNOME components often earlier than anyone else,
it makes sense to test this to ensure that this continues to work.