diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2022-01-16 08:32:17 +0000 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-01-16 13:13:34 +0000 |
commit | e8f93a60a29de9f6ff7d150d3e828910f32c190b (patch) | |
tree | 710f96252ecddf36fb1189a5a2bfe97c40b00889 | |
parent | 85d2f13b6fc41bfc5a2e9bf66a87a7a0e05d96bb (diff) | |
download | systemd-e8f93a60a29de9f6ff7d150d3e828910f32c190b.tar.gz |
ci: install libbpf-dev in the unit_tests workflow
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.
-rwxr-xr-x | .github/workflows/unit_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/unit_tests.sh b/.github/workflows/unit_tests.sh index fc4696ff59..5d9e9da562 100755 --- a/.github/workflows/unit_tests.sh +++ b/.github/workflows/unit_tests.sh @@ -9,6 +9,7 @@ ADDITIONAL_DEPS=( expect fdisk jekyll + libbpf-dev libfdisk-dev libfido2-dev libp11-kit-dev |