From ce4ab8eee5f9e0633d12454f2e5b19824b73f4a7 Mon Sep 17 00:00:00 2001 From: Alex Rakoczy Date: Thu, 3 Feb 2022 21:25:50 +0000 Subject: [PATCH] Revert "dashboard: test with -mmacosx-version-min set on darwin-amd64-10_15" This reverts commit 015a2a0c58f3fc64338578db6bb6b03627548d42 (CL 382055). Reason for revert: It's failing the cmd/dist staleness check very early in the run. Change-Id: I6a0c674caaade46e20de15ba6a906a06eeb9cdf9 Reviewed-on: https://go-review.googlesource.com/c/build/+/382936 Reviewed-by: Bryan Mills Reviewed-by: Carlos Amedee Trust: Carlos Amedee Run-TryBot: Carlos Amedee Reviewed-by: Dmitri Shuralyov Trust: Alex Rakoczy Run-TryBot: Alex Rakoczy TryBot-Result: Gopher Robot --- dashboard/builders.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dashboard/builders.go b/dashboard/builders.go index e3b045d9..2b53357e 100644 --- a/dashboard/builders.go +++ b/dashboard/builders.go @@ -2307,13 +2307,6 @@ func init() { HostType: "host-darwin-10_15", distTestAdjust: macTestPolicy, buildsRepo: defaultPlusExpBuild, - env: []string{ - // Find out via at least one builder if having -mmacosx-version-min - // set via CGO_CFLAGS causes unexpected problems. This env var will - // also be set by cmd/release during a release. See issue 50892. - "CGO_CFLAGS=-mmacosx-version-min=10.13", - }, - Notes: "Unlike other darwin/amd64 builders, this one sets CGO_CFLAGS=-mmacosx-version-min=10.13 in env.", }) addBuilder(BuildConfig{ Name: "darwin-amd64-11_0",