diff options
| author | ruki <[email protected]> | 2024-03-01 22:54:55 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-03-01 11:29:51 +0800 |
| commit | 6287c83ac103dda3b3b977f18dc21ac382580033 (patch) | |
| tree | 2fe6caa3bec94c05182d1108a6ff2b286627c902 | |
| parent | ae8a257bc0506e3397963bf077deab42f8ea7a4b (diff) | |
disable bpf test
| -rw-r--r-- | tests/projects/linux/bpf/minimal/test.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/projects/linux/bpf/minimal/test.lua b/tests/projects/linux/bpf/minimal/test.lua index 4be411b32..f9a4bb734 100644 --- a/tests/projects/linux/bpf/minimal/test.lua +++ b/tests/projects/linux/bpf/minimal/test.lua @@ -4,7 +4,9 @@ function main(t) if linuxos.name() == "archlinux" then return end + --[[TODO os.vrun("xmake f -y -p android -vD") os.vrun("xmake -y -vD") + ]] end end |
