ci: switch to libbpf/ci/build-selftests action

Signed-off-by: Ihor Solodrai <ihor.solodrai@pm.me>
This commit is contained in:
Ihor Solodrai
2024-11-12 13:43:31 -08:00
committed by Andrii Nakryiko
parent a453ffb7ea
commit dcf6ad6c70
3 changed files with 78 additions and 32 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -euo pipefail
cd "${SELFTESTS_BPF}"
printf "all:\n\ttouch bpf_testmod.ko\n\nclean:\n" > bpf_testmod/Makefile
printf "all:\n\ttouch bpf_test_no_cfi.ko\n\nclean:\n" > bpf_test_no_cfi/Makefile