Skip to content

Commit 4b5b8f0

Browse files
committed
ci: Remove expectation on libbpf_strict feature
In upstream commit 9b8107553424 ("bpftool: remove support of --legacy option for bpftool"), the "libbpf_strict" feature display has been removed from bpftool. The reasoning is that now that bpftool relies on libbpf >= 1.0, bpftool is de facto always in strict mode, so there's no need to display the feature state. This commit updates the relevant feature checks in the CI workflow. Signed-off-by: Quentin Monnet <[email protected]>
1 parent 0f1fc83 commit 4b5b8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
1515
runs-on: ${{ matrix.os }}
1616
env:
17-
FEATURES: .llvm and .libbpf_strict
17+
FEATURES: .llvm
1818

1919
steps:
2020
- name: Checkout repository

0 commit comments

Comments
 (0)