summaryrefslogtreecommitdiff
path: root/tests/projects/c++/package_linkgroups/test.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-08-06 22:55:22 +0800
committerruki <[email protected]>2025-08-06 22:55:22 +0800
commita1a488a62267c9318aa4258e3eeaf759b1783abd (patch)
tree88d56e162966a9bc324d961a3a5c3a84581c126c /tests/projects/c++/package_linkgroups/test.lua
parentadfe022471427f1cdf0238db80f809c51ed9a753 (diff)
modify test
Diffstat (limited to 'tests/projects/c++/package_linkgroups/test.lua')
-rw-r--r--tests/projects/c++/package_linkgroups/test.lua10
1 files changed, 2 insertions, 8 deletions
diff --git a/tests/projects/c++/package_linkgroups/test.lua b/tests/projects/c++/package_linkgroups/test.lua
index 704959e28..8ef455de2 100644
--- a/tests/projects/c++/package_linkgroups/test.lua
+++ b/tests/projects/c++/package_linkgroups/test.lua
@@ -1,13 +1,7 @@
function main(t)
-
- -- freebsd ci is slower
- if is_host("bsd") then
+ if not is_host("linux") 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
- t:build()
- end
+ t:build()
end