Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions bazel/bazelrc/ci.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down