Skip to content

Commit

Permalink
Merge pull request kubernetes-retired#506 from jaehnri/master
Browse files Browse the repository at this point in the history
Add gcc-multilib as eBPF pre-requisite for Ubuntu
  • Loading branch information
k8s-ci-robot authored May 12, 2023
2 parents cf9a9b1 + 8ff6dc1 commit feca6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/ebpf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Linux Kernel > 5.15 (hasn't be tested on earlier versions)
* llvm and clang :
- Fedora `sudo dnf -y install llvm clang`
- Ubuntu `sudo apt-get -y install llvm clang`
- Ubuntu `sudo apt-get -y install llvm clang gcc-multilib`
* libbpf -> v0.8.0 is Automatically downloaded with `make bytecode` target
* [cilium/ebpf requirements](https://github.com/cilium/ebpf#requirements)
* Bpf2go
Expand Down

0 comments on commit feca6e1

Please sign in to comment.