diff options
author | David Ostrovsky <david@ostrovsky.org> | 2022-01-22 20:37:20 +0100 |
---|---|---|
committer | David Ostrovsky <david@ostrovsky.org> | 2022-01-22 20:43:56 +0100 |
commit | 75e7d08480eb368436458504c103fe3b68bd6089 (patch) | |
tree | 2dc278539e92ebcd117ce0fdb95d83ce14c81cde /.bazelrc | |
parent | 076ecf8ded287afd95b931d7a2e5d3f58b0ade8f (diff) | |
download | jgit-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-- | .bazelrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 + |