summaryrefslogtreecommitdiffstats
path: root/.bazelrc
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2022-01-22 20:37:20 +0100
committerDavid Ostrovsky <david@ostrovsky.org>2022-01-22 20:43:56 +0100
commit75e7d08480eb368436458504c103fe3b68bd6089 (patch)
tree2dc278539e92ebcd117ce0fdb95d83ce14c81cde /.bazelrc
parent076ecf8ded287afd95b931d7a2e5d3f58b0ade8f (diff)
downloadjgit-75e7d08480eb368436458504c103fe3b68bd6089.tar.gz
jgit-75e7d08480eb368436458504c103fe3b68bd6089.zip
Bazel: Include bazel resource configuration file for RBE build
In I988f61e34 tools/remote-bazelrc was added, but this resource file wasn't imported from main resource file workspace/.bazelrc. Change-Id: Ie0c2f128fbccaa6f9e99ad29a3a76ac294f3cd29
Diffstat (limited to '.bazelrc')
-rw-r--r--.bazelrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bazelrc b/.bazelrc
index cd4b10d60d..8c32661215 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -31,3 +31,5 @@ build:remote17 --tool_java_runtime_version=remotejdk_17
test --build_tests_only
test --test_output=errors
+import %workspace%/tools/remote-bazelrc
+