mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
Azure CI: Get rid of additional host DMD requirement for LDC jobs
This requires to build run.d (incl. its tools) and druntime (which also involves building a little tool - with the host compiler - to copy the imports...) before tampering with the LIB and DFLAGS environment variables (for MinGW).
This commit is contained in:
parent
38e3d26149
commit
8879c9dd07
5 changed files with 48 additions and 61 deletions
|
@ -49,7 +49,6 @@ jobs:
|
|||
pool:
|
||||
vmImage: 'vs2017-win2016'
|
||||
variables:
|
||||
HOST_DMD_VERSION: 2.090.0
|
||||
D_COMPILER: ldc
|
||||
VISUALD_VER: v0.49.0
|
||||
LDC_VERSION: 1.20.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue