We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7977746 commit cbd8cc6Copy full SHA for cbd8cc6
bazel/bazelrc/ci.bazelrc
@@ -62,6 +62,10 @@ build --remote_local_fallback
62
# Docs: https://bazel.build/reference/command-line-reference#flag--grpc_keepalive_time
63
build --grpc_keepalive_time=30s
64
65
+# Use fallbacks in case proxy.golang.org is not reachable.
66
+# Docs: https://go.dev/ref/mod#goproxy-protocol
67
+common '--repo_env=GOPROXY=https://proxy.golang.org|https://goproxy.io|direct'
68
+
69
70
######################################
71
# Edgeless specific #
0 commit comments