From d39629c5e9714f1d555b4c7520060750aa207098 Mon Sep 17 00:00:00 2001 From: Daniel Podder Date: Tue, 20 Jun 2017 19:39:49 -0700 Subject: [PATCH] Update trusted RHEL build Dockertag to support LTO (dotnet/coreclr#12396) The new RHEL image was generated using the same Dockerfile as the previous, but has LLVM recompiled with gold support enabled, which is required to do a build with -flto (a prerequisite for PGO). Commit migrated from https://github.com/dotnet/coreclr/commit/bed557d59ab60ede4204d6186ca7daf57eb7869c --- src/coreclr/buildpipeline/pipelines.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/buildpipeline/pipelines.json b/src/coreclr/buildpipeline/pipelines.json index 01f2bb5..667122a 100644 --- a/src/coreclr/buildpipeline/pipelines.json +++ b/src/coreclr/buildpipeline/pipelines.json @@ -12,7 +12,7 @@ { "Name": "DotNet-CoreClr-Trusted-Linux", "Parameters": { - "DockerTag": "rhel7_prereqs_2", + "DockerTag": "rhel-7-dd8aa64-20170320090348", "Rid": "linux" }, "ReportingParameters": { -- 2.7.4