From 0a75a39dfc92da98cc370c47b1a857674db0a5cb Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 20 Jan 2021 23:51:45 +0800 Subject: disable some tests for silicon --- tests/projects/rust/static_library/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/projects/rust/static_library/test.lua') diff --git a/tests/projects/rust/static_library/test.lua b/tests/projects/rust/static_library/test.lua index c1bac30ee..92168a8c1 100644 --- a/tests/projects/rust/static_library/test.lua +++ b/tests/projects/rust/static_library/test.lua @@ -2,7 +2,7 @@ function main(t) -- build project - if os.host() == "macosx" then + if is_host("macosx") and os.arch() ~= "arm64" then t:build() else return t:skip("wrong host platform") -- cgit v1.3.1