Skip to content

Commit 10df636

Browse files
committed
[EXPERIMENTAL] gh-actions: Remove install tools/bpf/bpftool/vmlinux.h
Signed-off-by: Yang Jeong Hun <[email protected]>
1 parent 23ab748 commit 10df636

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ jobs:
6666
export addon_path=${{ matrix.image-name }}-addon_install/lib/modules/$version-WSL2-EXP+/build
6767
mkdir -p $addon_path
6868
install -Dt "$addon_path" -m644 Makefile Module.symvers System.map vmlinux
69-
if [ ${{ matrix.arch }} == "x86" ]
70-
then
71-
install -Dt "$addon_path" -m644 tools/bpf/bpftool/vmlinux.h
72-
fi
7369
install -Dt "$addon_path/kernel" -m644 kernel/Makefile
7470
if [ ${{ matrix.arch }} == "x86" ]
7571
then

0 commit comments

Comments
 (0)