mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-03-15 03:26:45 -04:00
ci: use GOPROXY fallbacks (#3456)
This commit is contained in:
parent
7977746785
commit
cbd8cc6976
@ -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 #
|
||||
|
Loading…
x
Reference in New Issue
Block a user