Skip to content

Commit

Permalink
Update remote cache server address
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy committed Dec 20, 2023
1 parent d5b7fd2 commit 67fc1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -1868,7 +1868,7 @@ def remote_caching_flags(platform, accept_cached=True):

if is_mac() and is_lab_machine():
# Use a local cache server for our physical macOS machines in the lab.
flags = ["--remote_cache=http://100.107.73.147"]
flags = ["--remote_cache=http://[2a00:79e1:abc:8602:a28c:fdff:fed0:ec39]"]
else:
# Use RBE for caching builds running on GCE.
protocol = "grpcs://" if is_mac() else ""
Expand Down

0 comments on commit 67fc1d7

Please sign in to comment.