ci: use GOPROXY fallbacks (#3456)

This commit is contained in:
Markus Rudy 2024-10-23 16:45:22 +02:00 committed by GitHub
parent 7977746785
commit cbd8cc6976
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,6 +62,10 @@ build --remote_local_fallback
# Docs: https://bazel.build/reference/command-line-reference#flag--grpc_keepalive_time
build --grpc_keepalive_time=30s
# Use fallbacks in case proxy.golang.org is not reachable.
# Docs: https://go.dev/ref/mod#goproxy-protocol
common '--repo_env=GOPROXY=https://proxy.golang.org|https://goproxy.io|direct'
######################################
# Edgeless specific #