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 <[email protected]>
@@ -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