diff options
| author | ruki <[email protected]> | 2024-03-12 00:36:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-03-11 22:01:22 +0800 |
| commit | b450d1d7e1f8da386fc8d5fcb0239232962a4eb0 (patch) | |
| tree | abb1c0797ec4a1cedb9eb24ff55240762fc2109f /tests/projects/linux | |
| parent | 46a0fc17a8ce28bd943dd66f5aefd5623b239211 (diff) | |
update bpf ci
Diffstat (limited to 'tests/projects/linux')
| -rw-r--r-- | tests/projects/linux/bpf/minimal/test.lua | 6 |
1 files changed, 0 insertions, 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 |
