x/build/cmd/coordinator: main Go tests don't pass when CGO_CFLAGS=-mmacosx-version-min=10.13 set in environment #51005
Labels
Builders
x/build issues (builders, bots, dashboards)
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
CL 382055 set
CGO_CFLAGS=-mmacosx-version-min=10.13
in the environment of thedarwin-amd64-10_15
builder. With this change, all golang.org/x module tests continued to pass (e.g., x/arch build log), but the main Go tests started to fail with the following output:(Source: https://build.golang.org/log/4474c782b89f18405361027bebcab80e09129190.)
Another test run, with more information captured, suggests the problem happens in the "run_tests_multi" step when the sharded tests start running:
CC @golang/release, @bcmills.
The text was updated successfully, but these errors were encountered: