Skip to content

Commit d2161c5

Browse files
committed
skip tests
1 parent 3d1d2c4 commit d2161c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ local function targetPlatformArch()
114114
return lm.platform:match "^[^-]*-(.*)$"
115115
end
116116

117-
local notest = platform.OS == 'macOS'
117+
local notest = (platform.OS == 'macOS' or platform.OS == 'Linux')
118118
and targetPlatformArch() == "arm64"
119119
and detectArch() == "x86_64"
120120

0 commit comments

Comments
 (0)