Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/build: add more race detector builders #34537

Open
randall77 opened this issue Sep 25, 2019 · 0 comments
Open

x/build: add more race detector builders #34537

randall77 opened this issue Sep 25, 2019 · 0 comments
Labels
Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done. new-builder
Milestone

Comments

@randall77
Copy link
Contributor

We should have one for every supported race detector config.

We currently have:

darwin/amd64
freebsd/amd64
linux/amd64
windows/amd64

We'd need to add:

netbsd/amd64
linux/arm64
linux/ppc64le

@bradfitz

When attempting to rebuild the .syso files as part of #33309 , I ran into these additional platforms where race.bash does not pass, usually because of dumb reasons that would be easily caught and fixed if we had builders for them.

Builders would also be useful to test my fix for #33309 .

@gopherbot gopherbot added this to the Unreleased milestone Sep 25, 2019
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Sep 25, 2019
@bcmills bcmills added the NeedsFix The path to resolution is known, but the work has not been done. label Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done. new-builder
Projects
None yet
Development

No branches or pull requests

4 participants