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:
authorJo Shields <directhex@apebox.org>2021-11-04 17:22:17 +0300
committerGitHub <noreply@github.com>2021-11-04 17:22:17 +0300
commit60d4a5fe85546a2ed5ab6f7909b7da93d3ba1146 (patch)
tree17d78fd2344ee6e2a7e9a5e7eb8ec0c73ad772b1
parent2ddf61758314ebf120fc6126ec09ae964a5b53b9 (diff)
Revert to older Docker images (#140)
This should fix build failure for now
-rw-r--r--azure-pipelines.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 892ad5d03ced..60ada7276fdf 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -35,7 +35,7 @@ stages:
vmImageName: ubuntu-20.04
assetManifestOS: linux
assetManifestPlatform: x64
- imagename: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-20210714125435-9b5bbc2
+ imagename: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-bfcd90a-20200121150017
rootfs:
archflag: --arch x64
LLVMTableGenArg:
@@ -43,7 +43,7 @@ stages:
vmImageName: ubuntu-20.04
assetManifestOS: linux
assetManifestPlatform: arm64
- imagename: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-arm64-20210719121212-8a8d3be
+ imagename: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-arm64-cfdd435-20200121150126
rootfs: /crossrootfs/arm64
archflag: --arch arm64
LLVMTableGenArg: /p:LLVMTableGenPath=$(Build.SourcesDirectory)/artifacts/obj/BuildRoot-x64/bin/llvm-tblgen
@@ -51,7 +51,7 @@ stages:
vmImageName: ubuntu-20.04
assetManifestOS: linux
assetManifestPlatform: arm
- imagename: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-20210719121212-8a8d3be
+ imagename: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-09ec757-20200320131433
rootfs: /crossrootfs/arm
archflag: --arch arm
LLVMTableGenArg: /p:LLVMTableGenPath=$(Build.SourcesDirectory)/artifacts/obj/BuildRoot-x64/bin/llvm-tblgen