Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit f301e83

Browse files
committed
Disable OSX-32 on the auto-tester
1 parent 01507d7 commit f301e83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

posix.mak

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,12 @@ style_lint:
390390
auto-tester-build: target checkwhitespace
391391

392392
.PHONY : auto-tester-test
393+
ifneq (,$(findstring Darwin_64_32, $(PWD)))
394+
auto-tester-test:
395+
echo "Darwin_64_32_disabled"
396+
else
393397
auto-tester-test: unittest benchmark-compile-only
398+
endif
394399

395400
.PHONY : buildkite-test
396401
buildkite-test: unittest benchmark-compile-only

0 commit comments

Comments
 (0)