Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2021-10-29 21:58:16 +0300
committerGitHub <noreply@github.com>2021-10-29 21:58:16 +0300
commitb97fcdca7a239a328a170af91ff10aed03aacea0 (patch)
tree7978a4f000d2a1380b6ea8e52a954debd701769c
parente20c0dbcf2fdc8979584b178cafd01db37121d64 (diff)
Bump to ubuntu-20.04 AzDO hosted pool image (#138)
16.04 was removed. The actual build happens in Docker so this shouldn't matter.
-rw-r--r--azure-pipelines.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index ae337382519c..60ada7276fdf 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -32,7 +32,7 @@ stages:
strategy:
matrix:
x64:
- vmImageName: ubuntu-16.04
+ vmImageName: ubuntu-20.04
assetManifestOS: linux
assetManifestPlatform: x64
imagename: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-bfcd90a-20200121150017
@@ -40,7 +40,7 @@ stages:
archflag: --arch x64
LLVMTableGenArg:
arm64:
- vmImageName: ubuntu-16.04
+ vmImageName: ubuntu-20.04
assetManifestOS: linux
assetManifestPlatform: arm64
imagename: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-arm64-cfdd435-20200121150126
@@ -48,7 +48,7 @@ stages:
archflag: --arch arm64
LLVMTableGenArg: /p:LLVMTableGenPath=$(Build.SourcesDirectory)/artifacts/obj/BuildRoot-x64/bin/llvm-tblgen
arm:
- vmImageName: ubuntu-16.04
+ vmImageName: ubuntu-20.04
assetManifestOS: linux
assetManifestPlatform: arm
imagename: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-09ec757-20200320131433