mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
[bazel] Enable remote cache compression (#10079)
BB already stores the blobs compressed so we may as well keep them compressed in transfer
This commit is contained in:
1
.bazelrc
1
.bazelrc
@@ -4,6 +4,7 @@ common --repo_env=BAZEL_NO_APPLE_CPP_TOOLCHAIN=1
|
||||
common --disk_cache=~/.cache/bazel-disk-cache
|
||||
common --repo_contents_cache=~/.cache/bazel-repo-contents-cache
|
||||
common --repository_cache=~/.cache/bazel-repo-cache
|
||||
common --remote_cache_compression
|
||||
startup --experimental_remote_repo_contents_cache
|
||||
|
||||
common --experimental_platform_in_output_dir
|
||||
|
||||
Reference in New Issue
Block a user