Skip to content

Commit

Permalink
ci: clean up bpf_test_no_cfi.ko for v5.5.0 and v4.9.0.
Browse files Browse the repository at this point in the history
bpf_test_no_cfi.ko is not available for v5.5.0 and v4.9.0.

Signed-off-by: Kui-Feng Lee <thinker.li@gmail.com>
  • Loading branch information
ThinkerYzu1 authored and anakryiko committed Feb 27, 2024
1 parent ff95bd6 commit f4e9b60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build-selftests/prepare_selftests-4.9.0.sh
Original file line number Diff line number Diff line change
@@ -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

2 changes: 2 additions & 0 deletions .github/actions/build-selftests/prepare_selftests-5.5.0.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f4e9b60

Please sign in to comment.