summaryrefslogtreecommitdiff
path: root/tests/projects/package/components
diff options
context:
space:
mode:
authorruki <[email protected]>2026-01-05 11:24:06 +0800
committerGitHub <[email protected]>2026-01-05 11:24:06 +0800
commitc8ecdbe7283ec7478ee4f855b5e878aaa16c3fa6 (patch)
treec70bb9af823341a8878a67464ce4bcdf175e991e /tests/projects/package/components
parent5631b98caa40ad06994f983a7c2a500be4b0e2b2 (diff)
parentf49b27c442870afeaf42a98fb187097845bf814d (diff)
Merge pull request #7186 from xmake-io/alpine
Add alpine ci
Diffstat (limited to 'tests/projects/package/components')
-rw-r--r--tests/projects/package/components/test.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/projects/package/components/test.lua b/tests/projects/package/components/test.lua
index fdec596a7..a7e71bb89 100644
--- a/tests/projects/package/components/test.lua
+++ b/tests/projects/package/components/test.lua
@@ -2,6 +2,9 @@ function main(t)
if is_host("bsd", "solaris") or is_subhost("msys") then
return
end
+ if is_host("linux") and linuxos.name() == "alpine" then
+ return
+ end
-- only for x86/x64, because it will take too long time on ci with arm/mips
if os.subarch():startswith("x") or os.subarch() == "i386" then