From 7a2ce469a70e55855b09030a96d2f6eeb825e253 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 15 Jul 2019 15:01:38 -0700 Subject: [PATCH] Remove --spawn_strategy=standalone and --strategy=Genrule=standalone from bazelrc file They are no longer needed and will prevent future incompatible migration for RBE build. Related https://github.com/bazelbuild/bazel/issues/7480 PiperOrigin-RevId: 258244467 --- .bazelrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.bazelrc b/.bazelrc index 590a87f5732..9084e847f4d 100644 --- a/.bazelrc +++ b/.bazelrc @@ -104,8 +104,6 @@ build:nonccl --define=no_nccl_support=true build --define=use_fast_cpp_protos=true build --define=allow_oversize_protos=true -build --spawn_strategy=standalone -build --strategy=Genrule=standalone build -c opt # Make Bazel print out all options from rc files. -- GitLab