Skip to content

Commit

Permalink
Switch main CI VMs to Ubuntu 20.04, add 1(6|8).04
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterDuke17 committed May 10, 2021
1 parent f3dc977 commit f25bef2
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,24 +63,36 @@ stages:
MOAR_OPTIONS: '--relocatable'

Lin_MVM:
IMAGE_NAME: 'ubuntu-18.04'
IMAGE_NAME: 'ubuntu-20.04'
RAKUDO_OPTIONS: ''
NQP_OPTIONS: '--backends=moar'
MOAR_OPTIONS: ''
Lin_JVM:
IMAGE_NAME: 'ubuntu-18.04'
IMAGE_NAME: 'ubuntu-20.04'
BACKEND: 'JVM'
MOAR_CHECKOUT_TYPE: 'none'
RAKUDO_OPTIONS: ''
NQP_OPTIONS: '--backends=jvm'
MOAR_OPTIONS: ''
Lin_MVM_reloc:
IMAGE_NAME: 'ubuntu-18.04'
IMAGE_NAME: 'ubuntu-20.04'
RELOCATABLE: 'yes'
RAKUDO_OPTIONS: '--relocatable'
NQP_OPTIONS: '--backends=moar --relocatable'
MOAR_OPTIONS: '--relocatable'

MVM_Ub_18:
IMAGE_NAME: 'ubuntu-18.04'
RAKUDO_OPTIONS: ''
NQP_OPTIONS: '--backends=moar'
MOAR_OPTIONS: ''

MVM_Ub_16:
IMAGE_NAME: 'ubuntu-16.04'
RAKUDO_OPTIONS: ''
NQP_OPTIONS: '--backends=moar'
MOAR_OPTIONS: ''

pool:
vmImage: $(IMAGE_NAME)
workspace:
Expand Down

0 comments on commit f25bef2

Please sign in to comment.