Skip to content

Commit fdfdf1f

Browse files
authored
Merge pull request #6883 from wilzbach/osx-32-disable-2
Disable OSX-32 on the auto-tester (build)
2 parents 0c1a562 + 9470bdd commit fdfdf1f

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
@@ -653,7 +653,12 @@ betterc: betterc-phobos-tests
653653
################################################################################
654654

655655
.PHONY : auto-tester-build
656+
ifneq (,$(findstring Darwin_64_32, $(PWD)))
657+
auto-tester-build:
658+
echo "Darwin_64_32_disabled"
659+
else
656660
auto-tester-build: all checkwhitespace
661+
endif
657662

658663
.PHONY : auto-tester-test
659664
ifneq (,$(findstring Darwin_64_32, $(PWD)))

0 commit comments

Comments
 (0)