From a8829eee52be60f9ee7cf3b29ea03c42bd6c986e Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 13 Aug 2022 10:27:24 +0800 Subject: disable bpf test for arch --- tests/projects/linux/bpf/minimal/test.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/projects/linux/bpf/minimal/test.lua b/tests/projects/linux/bpf/minimal/test.lua index 2856a3831..474060ab0 100644 --- a/tests/projects/linux/bpf/minimal/test.lua +++ b/tests/projects/linux/bpf/minimal/test.lua @@ -1,5 +1,9 @@ function main(t) if is_host("linux") and os.arch() == "x86_64" then + -- TODO, we need wait fix of linux kernel + if linuxos.name() == "archlinux" then + return + end os.vrun("xmake f -y -p android -vD") os.vrun("xmake -y -vD") end -- cgit v1.3.1