summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-12-15 13:23:18 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-12-15 13:23:18 +0800
commit363ebc292aa4029d7a6aef28dcca22fd147d9f85 (patch)
treee4ce0091b7e80366de9fa8ed1121dfa8ac7a34cc
parente49c99e87cf47171a2d9854963b1078de7d00a69 (diff)
downloadlua-language-server-363ebc292aa4029d7a6aef28dcca22fd147d9f85.zip
skip test in `arm64-apple-macos11`
-rw-r--r--make.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/make.lua b/make.lua
index 6f1c005a..1fa40cb4 100644
--- a/make.lua
+++ b/make.lua
@@ -59,6 +59,10 @@ lm:copy "copy_bootstrap" {
output = lm.bindir.."/main.lua",
}
+if lm.target == 'arm64-apple-macos11' then
+ return
+end
+
lm:build "bee-test" {
lm.bindir.."/lua-language-server"..exe, "3rd/bee.lua/test/test.lua",
pool = "console",