summaryrefslogtreecommitdiff
path: root/tests/projects/package/components/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/package/components/test.lua')
-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