Skip to content

x/build: ensure that TryBot builders are using a released toolchain for GOROOT_BOOTSTRAP #30633

@bcmills

Description

@bcmills

The OpenBSD builder is using an unreleased development build of the go toolchain:

buildlet$ ./go1.4/bin/go version
go version devel +f14067f3c1 Tue Oct 30 17:45:19 2018 +0000 openbsd/amd64

That builder also runs as a TryBot. That means:

  1. Failures of the builder stand in the way of active Go development (such as cmd/go: change default of GO111MODULE from 'auto' to 'on' #30228).
  2. Such failures are difficult to reproduce, and may be due to bugs fixed after Oct. 30.

Now that Go 1.12 is released, we should make sure that all of the TryBot builders are using a released go toolchain for their GOROOT_BOOTSTRAP.

CC @dmitshur @bradfitz

Metadata

Metadata

Assignees

No one assigned

    Labels

    Buildersx/build issues (builders, bots, dashboards)NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions