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 <dave@dtucker.co.uk>
pull/976/head
Dave Tucker 3 months ago
parent 3fc6f47281
commit 64ec062c84

@ -29,7 +29,7 @@ jobs:
- name: Install headers - name: Install headers
run: | run: |
sudo apt -y update 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 - name: Run codegen
run: | run: |

Loading…
Cancel
Save