Closed jaehnri closed 1 year ago
/lgtm /approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: jaehnri, jayunit100
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@jaehnri can you look at https://github.com/kubernetes-sigs/kpng/actions/runs/5067777691/jobs/9099251795 the ci is unable to install gcc-multilib and breaking the tests.
@aroradaman this is very weird. gcc-multilib has always been an eBPF dependency, this is just a docs change: https://github.com/kubernetes-sigs/kpng/blame/master/.github/workflows/e2e_tests.yaml#L61
I think a sudo apt update will help. Will open it.
What kind of PR is this?
Documentation
Why this PR is needed / What does this PR do?
I had a little trouble compiling the eBPF program in Ubuntu:
Looking for a fix, I found https://github.com/xdp-project/xdp-tools/issues/4, that points to https://github.com/xdp-project/xdp-tutorial/issues/44, which then proceeds to recommend the installation of
gcc-multilib
.This extra requirement may save someone else's time futurely.