From 17c28518c434db16c563ade79b0ec9fc1976c757 Mon Sep 17 00:00:00 2001 From: pdagobert Date: Mon, 27 Mar 2023 03:17:08 +0200 Subject: Dub package test platforms should match console test --- tests/projects/dlang/dub_package/test.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/projects/dlang/dub_package/test.lua b/tests/projects/dlang/dub_package/test.lua index b76241be2..92168a8c1 100644 --- a/tests/projects/dlang/dub_package/test.lua +++ b/tests/projects/dlang/dub_package/test.lua @@ -2,5 +2,9 @@ function main(t) -- build project - t:build() + if is_host("macosx") and os.arch() ~= "arm64" then + t:build() + else + return t:skip("wrong host platform") + end end -- cgit v1.3.1