Home
last modified time | relevance | path

Searched +full:- +full:- +full:experimental_strict_action_env (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/tools/remote_build/include/
Drbe_remote_execution.bazelrc8 # http://www.apache.org/licenses/LICENSE-2.0
21 build --remote_executor=grpcs://remotebuildexecution.googleapis.com
23 build --spawn_strategy=remote
24 build --strategy=Javac=remote
25 build --strategy=Closure=remote
26 build --genrule_strategy=remote
27 build --remote_timeout=7200 # very large value to avoid problems like https://github.com/grpc/grpc…
31 build --define GRPC_PORT_ISOLATED_RUNTIME=1
34 # TODO(jtattermusch): Option 'experimental_strict_action_env' is deprecated: Use --incompatible_str…
35 build --experimental_strict_action_env=true
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/opencensus-proto/
D.travis.yml5 - language: java
9 - language: java
14 - case "$BUILD" in
18 …azelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-${BAZEL_OS}-x8…
19 chmod +x bazel-${BAZEL_VERSION}-installer-${BAZEL_OS}-x86_64.sh ;
20 ./bazel-${BAZEL_VERSION}-installer-${BAZEL_OS}-x86_64.sh --user ;
21 echo "build --disk_cache=$HOME/bazel-cache" > ~/.bazelrc ;
22 echo "build --experimental_strict_action_env" >> ~/.bazelrc ;
27 - case "$BUILD" in
30 bazel build --show_result=100 ... ;;
[all …]
/external/tensorflow/
D.bazelrc4 # ----CONFIG OPTIONS----
76 # tensorflow_testing_rbe_linux: RBE options to use RBE with tensorflow-testing project on linux
77 # tensorflow_testing_rbe_win: RBE options to use RBE with tensorflow-testing project on windo…
100 build --define framework_shared_object=true
102 build --define=use_fast_cpp_protos=true
103 build --define=allow_oversize_protos=true
105 build --spawn_strategy=standalone
106 build -c opt
109 build --announce_rc
112 build --define=grpc_no_ares=true
[all …]