File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ test --build_tests_only
7575build --jobs=200
7676
7777# Enable local disk caching to supplement the remote cache.
78- # The location can be overridden by setting the OPENROAD_BAZEL_CACHE env variable.
79- build --disk_cache=$(OPENROAD_BAZEL_CACHE:- ~/.cache/bazel-disk -cache)
78+ build --disk_cache=~/.cache/bazel-disk-cache
79+ build --repository_cache= ~/.cache/bazel-repository -cache
8080
8181# --- CI Settings (write access) ---
8282build:ci --remote_cache=https://storage.googleapis.com/openroad-bazel-cache
@@ -94,5 +94,7 @@ build:openroad-dev --remote_upload_local_results=false
9494# Developers need the actual output files to run and use them.
9595build:openroad-dev --remote_download_toplevel
9696build:openroad-dev --google_default_credentials=true
97+ build:openroad-dev --disk_cache=/workspace/.cache/bazel-disk-cache
98+ build:openroad-dev --repository_cache=/workspace/.cache/bazel-repository-cache
9799
98100try-import %workspace%/user.bazelrc
You can’t perform that action at this time.
0 commit comments