From b450d1d7e1f8da386fc8d5fcb0239232962a4eb0 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 12 Mar 2024 00:36:31 +0800 Subject: update bpf ci --- tests/projects/linux/bpf/minimal/test.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/projects/linux/bpf/minimal/test.lua b/tests/projects/linux/bpf/minimal/test.lua index f9a4bb734..2856a3831 100644 --- a/tests/projects/linux/bpf/minimal/test.lua +++ b/tests/projects/linux/bpf/minimal/test.lua @@ -1,12 +1,6 @@ function main(t) if is_host("linux") and os.arch() == "x86_64" then - -- TODO, we need to wait fix of linux kernel - if linuxos.name() == "archlinux" then - return - end - --[[TODO os.vrun("xmake f -y -p android -vD") os.vrun("xmake -y -vD") - ]] end end -- cgit v1.3.1