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

Commit f066900

Browse files
authored
Merge pull request #2501 from wilzbach/osx-32-disable-2
Disable OSX-32 on the auto-tester (build) merged-on-behalf-of: Sebastian Wilzbach <[email protected]>
2 parents 764c950 + 1f0f39e commit f066900

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
@@ -387,7 +387,12 @@ style_lint:
387387
$(GREP) -nrE "\<(version) \( " $$(find src -name '*.d') ; test $$? -eq 1
388388

389389
.PHONY : auto-tester-build
390+
ifneq (,$(findstring Darwin_64_32, $(PWD)))
391+
auto-tester-build:
392+
echo "Darwin_64_32_disabled"
393+
else
390394
auto-tester-build: target checkwhitespace
395+
endif
391396

392397
.PHONY : auto-tester-test
393398
ifneq (,$(findstring Darwin_64_32, $(PWD)))

0 commit comments

Comments
 (0)