Skip to content

Commit

Permalink
Merge branch 'libbpf:master' into zig-pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane authored Apr 19, 2024
2 parents 76de093 + 46eafba commit c20a1d5
Show file tree
Hide file tree
Showing 32 changed files with 76,414 additions and 74,914 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

Loading

0 comments on commit c20a1d5

Please sign in to comment.