diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2024-02-06 17:48:34 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2024-02-09 12:50:21 +0100 |
commit | 8a0ec8852ccc5674420ae72483dc4f5b2a4fb752 (patch) | |
tree | c9c48a1a5c4649a68c7508f3f032e7eb697eb6ec /.packit.yml | |
parent | semaphore: temporarily pin autopkgtest to v5.32 (diff) | |
download | systemd-8a0ec8852ccc5674420ae72483dc4f5b2a4fb752.tar.xz systemd-8a0ec8852ccc5674420ae72483dc4f5b2a4fb752.zip |
packit: temporarily build systemd without BPF stuff
The kernel-tools meta-package was retired in Rawhide, but its
replacement has not landed, yet. Until that happens, let's build without
the bpf-framework stuff.
Diffstat (limited to '.packit.yml')
-rw-r--r-- | .packit.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.packit.yml b/.packit.yml index 2dcc9e86ca..fa86c5fa05 100644 --- a/.packit.yml +++ b/.packit.yml @@ -44,6 +44,10 @@ actions: # Temporarily add libarchive-devel build dep and libarchive runtime dep # until the change propagates to Rawhide's specfile - "sed -ri '0,/^BuildRequires: .+$/s//&\\nBuildRequires: libarchive-devel\\nRequires: libarchive/' .packit_rpm/systemd.spec" + # FIXME: temporarily build without BPF stuff, since there's currently no + # bpftool package in Rawhide (at least not until [0] lands) + # [0] https://bodhi.fedoraproject.org/updates/FEDORA-2024-bb73636f1d + - "sed -nri '1N;2N;/\\nBuildRequires:\\s+bpftool$/{N;N;d};P;N;D' .packit_rpm/systemd.spec" jobs: - job: copr_build |