]> git.ipfire.org Git - thirdparty/systemd.git/commit
ci: Disable bpf-framework option for build and unit test jobs
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 17 Oct 2025 09:53:48 +0000 (11:53 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 27 Feb 2026 21:57:05 +0000 (21:57 +0000)
commit70f78314bb3bf35f734c1d3802b7d7e093bb9956
tree6d2dca020235d3e66f93dbaf1936aa661f8240e7
parent54588d2dedff54bfb6036670820650e4ea74628f
ci: Disable bpf-framework option for build and unit test jobs

/usr/sbin/bpftool is completely broken inside containers on
Ubuntu which makes meson blow up so disable the bpf-framework
stuff to avoid the issue.

TODO: Drop when we move off Ubuntu Noble as this will be fixed
in the next Ubuntu LTS release.

(cherry picked from commit cc814110af7a453db898ea2990a0281616d5ceff)
(cherry picked from commit 279465a212a18f8d58fd1ef1df33bec2d740f757)
.github/workflows/build-test.sh
.github/workflows/unit-tests.sh