Skip to content

Commit

Permalink
docs: fix order of eBPF warning and gVisor paragraph
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Susini <[email protected]>
  • Loading branch information
loresuso authored and poiana committed Jul 20, 2022
1 parent a8747b0 commit 850230b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ cmake -DBUILD_BPF=true ../
make bpf
```

>__WARNING__: **clang-7** is the oldest supported version to build our BPF probe, since it is the one used by our infrastructure.
### Build modern eBPF probe

To build the modern eBPF probe, you need:
Expand Down Expand Up @@ -141,8 +143,6 @@ make ProbeSkeleton
Libscap contains additional library functions to allow integration with system call events coming from [gVisor](https://gvisor.dev).
Compilation of this functionality can be disabled with `-DBUILD_LIBSCAP_GVISOR=Off`.

>__WARNING__: **clang-7** is the oldest supported version to build our BPF probe, since it is the one used by our infrastructure.
## Test drivers

Libscap ships a small example that is quite handy to quickly check that drivers are working fine.
Expand Down

0 comments on commit 850230b

Please sign in to comment.