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

Commit 54f20ba

Browse files
authored
Merge pull request #2497 from wilzbach/osx-32-disable
Disable OSX-32 on the auto-tester merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
2 parents 58dcda2 + f301e83 commit 54f20ba

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)