Skip to content

Commit 251ad96

Browse files
committed
Add additional flag for remotable to bazel build flags.
1 parent a457480 commit 251ad96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oss_scripts/configure.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ write_to_bazelrc "build --spawn_strategy=standalone"
3737
write_to_bazelrc "build --strategy=Genrule=standalone"
3838
write_to_bazelrc "build -c opt"
3939
write_to_bazelrc "build --define=framework_shared_object=true"
40+
write_to_bazelrc "build --experimental_repo_remote_exec"
4041

4142
TF_CFLAGS=( $(python -c 'import tensorflow as tf; print(" ".join(tf.sysconfig.get_compile_flags()))') )
4243
TF_LFLAGS=( $(python -c 'import tensorflow as tf; print(" ".join(tf.sysconfig.get_link_flags()))') )

0 commit comments

Comments
 (0)