From f4e9b606f4e2f1682e345a6ff9a9c4fe56147080 Mon Sep 17 00:00:00 2001 From: Kui-Feng Lee Date: Mon, 26 Feb 2024 15:00:35 -0800 Subject: [PATCH] ci: clean up bpf_test_no_cfi.ko for v5.5.0 and v4.9.0. bpf_test_no_cfi.ko is not available for v5.5.0 and v4.9.0. Signed-off-by: Kui-Feng Lee --- .github/actions/build-selftests/prepare_selftests-4.9.0.sh | 2 ++ .github/actions/build-selftests/prepare_selftests-5.5.0.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/actions/build-selftests/prepare_selftests-4.9.0.sh b/.github/actions/build-selftests/prepare_selftests-4.9.0.sh index cb55552..be192c3 100755 --- a/.github/actions/build-selftests/prepare_selftests-4.9.0.sh +++ b/.github/actions/build-selftests/prepare_selftests-4.9.0.sh @@ -1,3 +1,5 @@ #!/bin/bash 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 + diff --git a/.github/actions/build-selftests/prepare_selftests-5.5.0.sh b/.github/actions/build-selftests/prepare_selftests-5.5.0.sh index cb55552..be192c3 100755 --- a/.github/actions/build-selftests/prepare_selftests-5.5.0.sh +++ b/.github/actions/build-selftests/prepare_selftests-5.5.0.sh @@ -1,3 +1,5 @@ #!/bin/bash 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 +