mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-09 18:19:06 +08:00
ci: fetch and build latest pahole
Build latest pahole from sources and not rely on hacky Ubuntu repository approach. Also enable tests for latest kernel that rely on pahole 1.16. Signed-off-by: Andrii Nakryiko <andriin@fb.com>
This commit is contained in:
committed by
Andrii Nakryiko
parent
17c26b7da6
commit
22d5d40493
@@ -21,6 +21,7 @@ addons:
|
||||
- elfutils
|
||||
- libcap-dev
|
||||
- libelf-dev
|
||||
- libdw-dev
|
||||
|
||||
stages:
|
||||
# Run Coverity periodically instead of for each PR for following reasons:
|
||||
@@ -96,13 +97,6 @@ jobs:
|
||||
env: KERNEL=5.5.0
|
||||
script: $CI_ROOT/vmtest/run_vmtest.sh || travis_terminate
|
||||
|
||||
# 5.5.0-rc6 is built from bpf-next; TODO(hex@): remove when pahole v1.16 is available
|
||||
- name: Kernel 5.5.0-rc6 (pahole 1.16) + selftests
|
||||
language: bash
|
||||
env: KERNEL=5.5.0-rc6
|
||||
install: sudo adduser "${USER}" kvm
|
||||
script: $CI_ROOT/vmtest/run_vmtest.sh || travis_terminate
|
||||
|
||||
- name: Kernel LATEST + selftests
|
||||
language: bash
|
||||
env: KERNEL=LATEST
|
||||
|
||||
Reference in New Issue
Block a user