diff options
| author | ruki <[email protected]> | 2026-01-05 11:24:06 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-05 11:24:06 +0800 |
| commit | c8ecdbe7283ec7478ee4f855b5e878aaa16c3fa6 (patch) | |
| tree | c70bb9af823341a8878a67464ce4bcdf175e991e /tests/projects/linux | |
| parent | 5631b98caa40ad06994f983a7c2a500be4b0e2b2 (diff) | |
| parent | f49b27c442870afeaf42a98fb187097845bf814d (diff) | |
Merge pull request #7186 from xmake-io/alpine
Add alpine ci
Diffstat (limited to 'tests/projects/linux')
| -rw-r--r-- | tests/projects/linux/bpf/minimal/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
