Skip to content

Commit 363ebc2

Browse files
committed
skip test in arm64-apple-macos11
1 parent e49c99e commit 363ebc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

make.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ lm:copy "copy_bootstrap" {
5959
output = lm.bindir.."/main.lua",
6060
}
6161

62+
if lm.target == 'arm64-apple-macos11' then
63+
return
64+
end
65+
6266
lm:build "bee-test" {
6367
lm.bindir.."/lua-language-server"..exe, "3rd/bee.lua/test/test.lua",
6468
pool = "console",

0 commit comments

Comments
 (0)