CirrusCI: Use HOST_DMD instead of HOST_DC

Using HOST_DC is deprecated in the makefile, and the CI triggers a message
that can be misleading while trying to debug.
This commit is contained in:
Geod24 2020-12-09 17:04:22 +01:00 committed by The Dlang Bot
parent d64b78e27d
commit b20072dd78

View file

@ -17,7 +17,7 @@ environment:
CIRRUS_CLONE_DEPTH: 1
# for ci.sh:
MODEL: 64
HOST_DC: dmd
HOST_DMD: dmd
N: 4
OS_NAME: linux
FULL_BUILD: false