mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
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:
parent
3a8e7077ce
commit
9171e39a2a
2
.bazelrc
2
.bazelrc
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user