]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: install libbpf-dev in the unit_tests workflow
authorEvgeny Vereshchagin <evvers@ya.ru>
Sun, 16 Jan 2022 08:32:17 +0000 (08:32 +0000)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sun, 16 Jan 2022 13:13:34 +0000 (13:13 +0000)
Those dependencies are also used by Coverity and Codeql so
it should be installed there to get them to analyze that code.

Judging by https://github.com/systemd/systemd/pull/22137 it seems
to be working.

.github/workflows/unit_tests.sh

index fc4696ff594eba61c755351dc1d1727e6239c602..5d9e9da562e88cf8035d127c8a27f010b0ab4906 100755 (executable)
@@ -9,6 +9,7 @@ ADDITIONAL_DEPS=(
     expect
     fdisk
     jekyll
+    libbpf-dev
     libfdisk-dev
     libfido2-dev
     libp11-kit-dev