libbpf / ci

BPF CI
Other
10 stars 24 forks source link

setup-build-env: install llvm development package #137

Closed eddyz87 closed 2 weeks ago

eddyz87 commented 3 weeks ago

Recently kernel BPF selftests gained an optional dependency on LLVM development libraries [1] in order to support tests that disassemble jit produced code. When necessary dependencies are not available such tests are skipped.

This commit adds LLVM development libraries to the build environment, thus enabling jit disassembly tests on the CI.

[1] https://lore.kernel.org/bpf/20240823080644.263943-1-eddyz87@gmail.com/

eddyz87 commented 3 weeks ago

Something strange happens with CI checks for this pull request (here):