From d9309328fc48c98b08b5cfc04f60a92b9ac2dd81 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Thu, 30 Jan 2025 14:42:22 +0100 Subject: [PATCH] wip Signed-off-by: Federico Di Pierro --- .github/workflows/drivers_ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/drivers_ci.yml b/.github/workflows/drivers_ci.yml index d584601f63..5578c66959 100644 --- a/.github/workflows/drivers_ci.yml +++ b/.github/workflows/drivers_ci.yml @@ -220,9 +220,10 @@ jobs: cd src && make install cd ../../ git clone https://github.com/libbpf/libbpf.git --branch v1.3.0 --single-branch - cd libbpf/src && BUILD_STATIC_ONLY=y DESTDIR=/ make install + cd libbpf/src && BUILD_STATIC_ONLY=y DESTDIR=/ make install install_uapi_headers ln -s /usr/lib64/libbpf.a /usr/lib/s390x-linux-gnu/ ln -s /usr/include/bpf /usr/include/s390x-linux-gnu/ + ls -l /usr/include/s390x-linux-gnu/bpf/ # Please note: we cannot inject the BPF probe inside QEMU, so right now, we only build it run: | git config --global --add safe.directory $GITHUB_WORKSPACE