Skip to content

Commit 0c1a562

Browse files
authored
Merge pull request #6879 from wilzbach/osx-32-disable
Disable OSX-32 on the auto-tester merged-on-behalf-of: Nicholas Wilson <[email protected]>
2 parents a3a49e4 + 2e0b6ca commit 0c1a562

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
@@ -656,7 +656,12 @@ betterc: betterc-phobos-tests
656656
auto-tester-build: all checkwhitespace
657657

658658
.PHONY : auto-tester-test
659+
ifneq (,$(findstring Darwin_64_32, $(PWD)))
660+
auto-tester-test:
661+
echo "Darwin_64_32_disabled"
662+
else
659663
auto-tester-test: unittest
664+
endif
660665

661666
.PHONY: buildkite-test
662667
buildkite-test: unittest betterc

0 commit comments

Comments
 (0)