We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a457480 commit 251ad96Copy full SHA for 251ad96
oss_scripts/configure.sh
@@ -37,6 +37,7 @@ write_to_bazelrc "build --spawn_strategy=standalone"
37
write_to_bazelrc "build --strategy=Genrule=standalone"
38
write_to_bazelrc "build -c opt"
39
write_to_bazelrc "build --define=framework_shared_object=true"
40
+write_to_bazelrc "build --experimental_repo_remote_exec"
41
42
TF_CFLAGS=( $(python -c 'import tensorflow as tf; print(" ".join(tf.sysconfig.get_compile_flags()))') )
43
TF_LFLAGS=( $(python -c 'import tensorflow as tf; print(" ".join(tf.sysconfig.get_link_flags()))') )
0 commit comments