Skip to content

x/build: create builder that runs with GOEXPERIMENT set to 'staticlockranking' (once lock ranking change is in) #37937

Closed
@danscales

Description

@danscales

Once my changes https://go-review.googlesource.com/c/go/+/222925 (enable build tag corresponding to GOEXPERIMENT value) and https://go-review.googlesource.com/c/go/+/207619 (enforce static lock ranking in the runtime when GOEXPERIMENT enabled) are checked in, we will want to enable a builder (probably just for linux/amd64) that runs with GOEXPERIMENT equal to staticlockranking.

This will not only test that the lock ranking is not being violated in the runtime (hence helping to avoid deadlocks related to lock acquisition ordering), but will also test that the buildtags are correctly set for a different GOEXPERIMENT value.

Metadata

Metadata

Assignees

No one assigned

    Labels

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

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions