Skip to content

Commit

Permalink
dashboard: add privateGoProxy setting for linux-loong64-3a5000
Browse files Browse the repository at this point in the history
Because these builders are behind the firewall, they may not access to
proxy.golang.org, but it has a private Go module proxy.

For golang/go#46229.

Change-Id: Ib125cdaafca465f85531750cb9f5eb36d54f02de
Reviewed-on: https://go-review.googlesource.com/c/build/+/408434
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
  • Loading branch information
abner-chenc authored and gopherbot committed May 25, 2022
1 parent fb495b9 commit 112d31e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -2547,6 +2547,7 @@ func init() {
SkipSnapshot: true,
distTestAdjust: loong64DistTestPolicy,
buildsRepo: loong64BuildsRepoPolicy,
privateGoProxy: true, // this builder is behind firewall
env: []string{
"GOARCH=loong64",
"GOHOSTARCH=loong64",
Expand Down

0 comments on commit 112d31e

Please sign in to comment.