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

Commit d97ec40

Browse files
Merge pull request #3306 from Geod24/use-host-dmd
Cirrus, Github CI: Use HOST_DMD instead of HOST_DC
2 parents dd1b228 + 18d29d4 commit d97ec40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ environment:
1717
CIRRUS_CLONE_DEPTH: 1
1818
# for ci.sh:
1919
MODEL: 64
20-
HOST_DC: dmd
20+
HOST_DMD: dmd
2121
N: 4
2222
OS_NAME: linux
2323
FULL_BUILD: false

.github/workflows/cxx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
if: runner.os == 'Windows'
270270
shell: cmd
271271
env:
272-
HOST_DC: ${{ env.DC }}
272+
HOST_DMD: ${{ env.DC }}
273273
run: |
274274
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
275275
dmd -run ./dmd/src/build.d -j2 MODEL=64
@@ -300,7 +300,7 @@ jobs:
300300
if: runner.os == 'Windows'
301301
shell: cmd
302302
env:
303-
HOST_DC: ${{ env.DC }}
303+
HOST_DMD: ${{ env.DC }}
304304
run: |
305305
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
306306
cd druntime

0 commit comments

Comments
 (0)