buildkite: start testing the network plugin

This commit is contained in:
Andrei Vagin
2024-09-25 19:23:06 -07:00
parent 2d0a6f7865
commit 975bf85ffd
6 changed files with 22 additions and 10 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y curl gnupg2 git \
software-properties-common \
pkg-config libffi-dev patch diffutils libssl-dev iptables kmod \
clang crossbuild-essential-amd64 erofs-utils busybox-static libbpf-dev \
iproute2 netcat
iproute2 netcat libnuma-dev
# This package is needed to build eBPF on amd64, but not on arm64 where it
# doesn't exist.