summaryrefslogtreecommitdiff
path: root/tests/projects/linux/bpf/minimal/test.lua
blob: f9a4bb734778481e996f1a2e09f46f023e451367 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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