mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
CirrusCI: Use ldc-1.26.0 on Ubuntu 16
As explained by the comment, we're seeing issues on 16.04 with newer LDC.
This commit is contained in:
parent
11de8abe06
commit
e31759db72
1 changed files with 3 additions and 1 deletions
|
@ -65,7 +65,9 @@ task:
|
|||
- TASK_NAME_SUFFIX: x64, DMD (bootstrap)
|
||||
HOST_DMD: dmd-2.079.0
|
||||
- TASK_NAME_SUFFIX: x64, LDC
|
||||
HOST_DC: ldc #TODO: Update to HOST_DMD when support for HOST_DC is removed
|
||||
# Starting from LDC v1.27.0, a symbol for GLIBC_2.27 is required,
|
||||
# which doesn't work on 16.04 anymore.
|
||||
HOST_DC: ldc-1.26.0 #TODO: Update to HOST_DMD when support for HOST_DC is removed
|
||||
- TASK_NAME_SUFFIX: x64, GDC
|
||||
HOST_DMD: gdmd-9
|
||||
<< : *COMMON_STEPS_TEMPLATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue