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/cmd/coordinator: use proxy.golang.org #31770

Closed
bradfitz opened this issue Apr 30, 2019 · 2 comments
Closed

x/build/cmd/coordinator: use proxy.golang.org #31770

bradfitz opened this issue Apr 30, 2019 · 2 comments
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@bradfitz
Copy link
Contributor

bradfitz commented Apr 30, 2019

Now that https://proxy.golang.org/ exists, the build system can use it instead of running its own Athens jobs.

The one complication is that we still firewall outbound network access for many of our builders (to catch accidental network usage) so we still need to run a minimal HTTP server to proxy to https://proxy.golang.org/, but that's easy enough.

/cc @hyangah @bcmills @dmitshur

@bradfitz bradfitz added the NeedsFix The path to resolution is known, but the work has not been done. label Apr 30, 2019
@bradfitz bradfitz self-assigned this Apr 30, 2019
@gopherbot gopherbot added this to the Unreleased milestone Apr 30, 2019
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Apr 30, 2019
@gopherbot
Copy link

Change https://golang.org/cl/175057 mentions this issue: cmd/coordinator: use proxy.golang.org instead of private Athens

@gopherbot
Copy link

Change https://golang.org/cl/175141 mentions this issue: cmd/coordinator: delete some code

gopherbot pushed a commit to golang/build that referenced this issue May 4, 2019
410 Gone.

Updates golang/go#31770

Change-Id: I63c4d457918e118c6543dcfc9314c979881be15f
Reviewed-on: https://go-review.googlesource.com/c/build/+/175141
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
@golang golang locked and limited conversation to collaborators May 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

2 participants