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: all-compile builder only do weird things #11073

Closed
bradfitz opened this issue Jun 4, 2015 · 1 comment
Closed

x/build: all-compile builder only do weird things #11073

bradfitz opened this issue Jun 4, 2015 · 1 comment

Comments

@bradfitz
Copy link
Contributor

bradfitz commented Jun 4, 2015

The all-compile builder is pretty slow. It should only compile things which aren't otherwise covered by other trybots. Most of the work it does is redundant.

Plan: let buildall.sh take arguments. (list of things to do? things to NOT do, so we don't miss new things later?) List of things to do is probably easier and cleaner.

Then modify dashboard/builders.go and support setting args to it.

@adg adg assigned bradfitz and unassigned adg Jun 4, 2015
@gopherbot
Copy link

CL https://golang.org/cl/10750 mentions this issue.

@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants