Skip to content

Commit 112d31e

Browse files
abner-chencgopherbot
authored andcommitted
dashboard: add privateGoProxy setting for linux-loong64-3a5000
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 <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Bryan Mills <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]>
1 parent fb495b9 commit 112d31e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dashboard/builders.go

+1
Original file line numberDiff line numberDiff line change
@@ -2547,6 +2547,7 @@ func init() {
25472547
SkipSnapshot: true,
25482548
distTestAdjust: loong64DistTestPolicy,
25492549
buildsRepo: loong64BuildsRepoPolicy,
2550+
privateGoProxy: true, // this builder is behind firewall
25502551
env: []string{
25512552
"GOARCH=loong64",
25522553
"GOHOSTARCH=loong64",

0 commit comments

Comments
 (0)