From 75e7d08480eb368436458504c103fe3b68bd6089 Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Sat, 22 Jan 2022 20:37:20 +0100 Subject: [PATCH] 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 --- .bazelrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bazelrc b/.bazelrc index cd4b10d60..8c3266121 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 +