From 6fcf573df8b509cd45cbcc991aafe0b4b0e65e15 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Tue, 26 Feb 2019 22:42:03 +0100 Subject: [PATCH] Disable OSX-32 on the auto-tester --- posix.mak | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/posix.mak b/posix.mak index ba0ddc3145..e8fac255fb 100644 --- a/posix.mak +++ b/posix.mak @@ -10,7 +10,12 @@ all: auto-tester-build: toolchain-info $(QUIET)$(MAKE) -C src -f posix.mak auto-tester-build ENABLE_RELEASE=1 +ifneq (,$(findstring Darwin_64_32, $(PWD))) +auto-tester-test: + echo "Darwin_64_32_disabled" +else auto-tester-test: test +endif buildkite-test: test