Skip to content

Commit

Permalink
*: remove remote cache uri (#36799)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Aug 2, 2022
1 parent c060208 commit 893d585
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ run --color=yes
build:release --workspace_status_command=./build/print-workspace-status.sh --stamp
build:release --config=ci
build --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
build:ci --remote_cache=http://172.16.4.21:8080/tidb --remote_timeout="10s" --experimental_remote_cache_compression
build:ci --experimental_remote_cache_compression
test:ci --verbose_failures
test:ci --test_env=GO_TEST_WRAP_TESTV=1 --test_verbose_timeout_warnings
test:ci --remote_cache=http://172.16.4.21:8080/tidb --remote_timeout="10s"
test:ci --test_env=TZ=Asia/Shanghai --test_output=errors --experimental_ui_max_stdouterr_bytes=104857600

try-import /data/bazel

0 comments on commit 893d585

Please sign in to comment.