summaryrefslogtreecommitdiff
path: root/.packit.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: add ppc64le Rawhide chroot to the Packit chroot setFrantisek Sumsal2021-07-191-0/+1
|
* packit: drop the 'sources' file after cloning the Fedora repoFrantisek Sumsal2021-04-121-0/+2
| | | | | | Otherwise rebase-helper thinks we're are a dist-git repository, replacing the generated git archive with PR changes with the tarball found in the 'sources' file.
* ci: revert back to --werror instead of -Dc_args=-WerrorFrantisek Sumsal2021-03-071-10/+5
| | | | | -Dc_args=/-Dcpp_args= don't play well with the RPM hardening macros using $CFLAGS/$CPPFLAGS, since they're mutually exclusive.
* ci: correctly drop patches with non four digit indexesFrantisek Sumsal2021-03-061-1/+1
|
* Revert "ci: build on Fedora ELN as well"Frantisek Sumsal2021-02-151-2/+0
| | | | | | | | This reverts commit 58bc1735fed62bc7426187a80d166369569e799a. The ELN composes are quite unstable and take a while to refresh. Let's drop them again and revisit this once they get more mature to reduce the CI noise.
* ci: build on Fedora ELN as wellFrantisek Sumsal2021-02-101-0/+2
| | | | | ELN builds with a slightly different content set and RHEL-like options, which should, theoretically, help a bit with RHEL stuff.
* ci: build with -Werror on FedoraFrantisek Sumsal2021-02-021-2/+12
| | | | Prompted by: https://github.com/systemd/systemd/pull/18400#issuecomment-771602705
* ci: build the Fedora RPMs with -WerrorFrantisek Sumsal2021-01-291-1/+3
|
* ci: enable Packit integrationFrantisek Sumsal2021-01-281-0/+33
Let's enable the Packit integration and see if it's a viable option for us. This configuration builds systemd on Fedora (on x86_64, i386, and aarch64) and runs the unit test suite. To do that, it uses the specfile from Fedora Rawhide[0] with some minor modifications, thus dropping the need to have a specfile in the upstream repository. So far the builds took around 25 minutes each, so speed-wise it's pretty good. The two remaining supported architectures (s390x and armhfp) are excluded, for now, since they're emulated and build there takes a really long time (~4 hours). [0] https://src.fedoraproject.org/rpms/systemd/