diff options
| author | ruki <[email protected]> | 2021-03-18 23:35:44 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-03-18 23:35:44 +0800 |
| commit | 926e80670c1ac3048dcffe207ed4d32571b10363 (patch) | |
| tree | 5cc658579060957ad87f56fb2775dd51f29c5f81 | |
| parent | f762654a5b85301a71b752754e4c036a20eb6399 (diff) | |
fix test again
| -rw-r--r-- | tests/projects/bpf/minimal/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/bpf/minimal/test.lua b/tests/projects/bpf/minimal/test.lua index 1769a2927..2856a3831 100644 --- a/tests/projects/bpf/minimal/test.lua +++ b/tests/projects/bpf/minimal/test.lua @@ -1,5 +1,5 @@ function main(t) - if is_host("linux") then + if is_host("linux") and os.arch() == "x86_64" then os.vrun("xmake f -y -p android -vD") os.vrun("xmake -y -vD") end |
