mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
Disable OSX-32 on the auto-tester
This commit is contained in:
parent
6e7b70820d
commit
6fcf573df8
1 changed files with 5 additions and 0 deletions
|
@ -10,7 +10,12 @@ all:
|
|||
auto-tester-build: toolchain-info
|
||||
$(QUIET)$(MAKE) -C src -f posix.mak auto-tester-build ENABLE_RELEASE=1
|
||||
|
||||
ifneq (,$(findstring Darwin_64_32, $(PWD)))
|
||||
auto-tester-test:
|
||||
echo "Darwin_64_32_disabled"
|
||||
else
|
||||
auto-tester-test: test
|
||||
endif
|
||||
|
||||
buildkite-test: test
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue