From f49b27c442870afeaf42a98fb187097845bf814d Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 5 Jan 2026 22:53:51 +0800 Subject: add alpine ci --- tests/projects/linux/bpf/minimal/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/projects/linux') diff --git a/tests/projects/linux/bpf/minimal/test.lua b/tests/projects/linux/bpf/minimal/test.lua index 2856a3831..5b01d6685 100644 --- a/tests/projects/linux/bpf/minimal/test.lua +++ b/tests/projects/linux/bpf/minimal/test.lua @@ -1,5 +1,5 @@ function main(t) - if is_host("linux") and os.arch() == "x86_64" then + if is_host("linux") and os.arch() == "x86_64" and linuxos.name() ~= "alpine" then os.vrun("xmake f -y -p android -vD") os.vrun("xmake -y -vD") end -- cgit v1.3.1