Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.

Commit f017bd2

Browse files
authored
Use self-hosted Bazel cache (typedb#190)
## What is the goal of this PR? Speed up CI by using self-hosted remote Bazel cache ## What are the changes implemented in this PR? Import `/opt/credentials/bazel-remote-cache.rc`which configures remote caching
1 parent 6d85b96 commit f017bd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.bazelrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@
2020
build --incompatible_strict_action_env
2121
run --incompatible_strict_action_env
2222
test --incompatible_strict_action_env --test_env=PATH
23+
24+
try-import /opt/credentials/bazel-remote-cache.rc

0 commit comments

Comments
 (0)