diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-06 19:53:32 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-06 19:53:32 +0800 |
commit | d2161c5bb937f545affa837e8a3835edf03a5132 (patch) | |
tree | 75f2d0244165893988606fb16420ba6ae5ca239b | |
parent | 3d1d2c42fd16644e70e3766af21b4324fcac7748 (diff) | |
download | lua-language-server-d2161c5bb937f545affa837e8a3835edf03a5132.zip |
skip tests
-rw-r--r-- | make.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ local function targetPlatformArch() return lm.platform:match "^[^-]*-(.*)$" end -local notest = platform.OS == 'macOS' +local notest = (platform.OS == 'macOS' or platform.OS == 'Linux') and targetPlatformArch() == "arm64" and detectArch() == "x86_64" |