Disable OSX-32 on the auto-tester

This commit is contained in:
Sebastian Wilzbach 2019-02-26 22:42:03 +01:00
parent 6e7b70820d
commit 6fcf573df8

View file

@ -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