mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-13 03:59:06 +08:00
ci: switch to libbpf/ci/build-selftests action
Signed-off-by: Ihor Solodrai <ihor.solodrai@pm.me>
This commit is contained in:
committed by
Andrii Nakryiko
parent
a453ffb7ea
commit
dcf6ad6c70
8
ci/vmtest/prepare-selftests-build-5.5.0.sh
Executable file
8
ci/vmtest/prepare-selftests-build-5.5.0.sh
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user