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
committerAlexander Köplinger <alex.koeplinger@outlook.com>2022-05-13 13:45:14 +0300
commit06fbf389bae8ba7aa45a290c6617f3ed5682bc06 (patch)
tree7609a0a9ddd38f1812d6c2eaba2e5f2e9952f14c
parentcea4a95e1505e737e768c8094d6aa880f5442ab7 (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