From b455167d16775e043bcb382a6281082ff0b86a6f Mon Sep 17 00:00:00 2001 From: Kevin Krakauer Date: Fri, 15 Dec 2023 11:55:50 -0800 Subject: tools/docker/syzbot: add libbpf-dev to Dockerfile gVisor relies on eBPF since the following 2 commits, so libbpf-dev is required when building: - https://github.com/google/gvisor/commit/2ae19ffb - https://github.com/google/gvisor/commit/f6d380ad Without this change, syzkaller can't build gVisor and gets the following error: tools/xdp/cmd/bpf/redirect_host.ebpf.c:15:10: fatal error: 'bpf/bpf_endian.h' file not found FAILED: Build did NOT complete successfully --- CONTRIBUTORS | 1 + 1 file changed, 1 insertion(+) (limited to 'CONTRIBUTORS') diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 9e9ad8669..464c82476 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -41,6 +41,7 @@ Google Inc. Hidenori Kobayashi Florent Revest Gabe Kirkpatrick + Kevin Krakauer Baozeng Ding Lorenzo Stoakes Jeremy Huang -- cgit mrf-deployment