Switch to use spawn_strategy=sandboxed by default.

This addresses https://github.com/tensorflow/tensorflow/issues/47386

PiperOrigin-RevId: 378038032
Change-Id: I73d6a02a36f2a2205411a8f5da7998d5386cfcad
This commit is contained in:
Rahul Joshi 2021-06-07 17:00:02 -07:00 committed by TensorFlower Gardener
parent 3a8e7077ce
commit 9171e39a2a

View File

@ -106,7 +106,7 @@ build --host_java_toolchain=@tf_toolchains//toolchains/java:tf_java_toolchain
build --define=use_fast_cpp_protos=true
build --define=allow_oversize_protos=true
build --spawn_strategy=standalone
build --spawn_strategy=sandboxed
build -c opt
# Make Bazel print out all options from rc files.