From 64ec062c845b5425535298d7773ca80ee940c18f Mon Sep 17 00:00:00 2001 From: Dave Tucker Date: Fri, 28 Jun 2024 12:46:20 +0100 Subject: [PATCH] ci: Fix codegen and prep for s390/ppc64el Adds missing libelf headers that are now included as part of libbpf-internal.h. Adds ppc64el and s390x to the cross environment. Signed-off-by: Dave Tucker --- .github/workflows/gen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gen.yml b/.github/workflows/gen.yml index 30763c41..3f15e0e1 100644 --- a/.github/workflows/gen.yml +++ b/.github/workflows/gen.yml @@ -29,7 +29,7 @@ jobs: - name: Install headers run: | sudo apt -y update - sudo apt -y install libc6-dev libc6-dev-{arm64,armel,riscv64}-cross + sudo apt -y install libelf-dev libc6-dev libc6-dev-{arm64,armel,riscv64,ppc64el,s390x}-cross - name: Run codegen run: |