diff options
| author | ruki <[email protected]> | 2022-08-13 10:27:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-08-13 10:27:24 +0800 |
| commit | a8829eee52be60f9ee7cf3b29ea03c42bd6c986e (patch) | |
| tree | 9c005f9edfb629c78af445647d7869272d8fc036 /tests/projects/linux | |
| parent | c0120aaf7781407a1cf2d87451dbcdf39f7a3db2 (diff) | |
disable bpf test for arch
Diffstat (limited to 'tests/projects/linux')
| -rw-r--r-- | tests/projects/linux/bpf/minimal/test.lua | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
