Lines Matching full:bazel
22 # Since Bazel passes flags to compilers via `--copt`, `--conlyopt` and
28 # up as further changes to them won't be visible to Bazel.
31 # `clang_rt` ubsan library. Since Bazel uses `clang` for linking instead of
33 # See issue: https://github.com/bazelbuild/bazel/issues/8777
51 declare -r FUZZERS=$(bazel query 'kind(cc_.*, tests(//tensorflow/security/fuzzing/...)) - attr(tags…
61 bazel build \
71 # The fuzzers built above are in the `bazel-bin/` symlink. But they need to be
76 bazel_location="bazel-bin/${bazel_target/:/\/}"
80 # For coverage, we need to remap source files to correspond to the Bazel build
81 # paths. We also need to resolve all symlinks that Bazel creates.
92 ${RSYNC_CMD} ./bazel-out/k8-opt/bin/tensorflow/core/protobuf ${REMAP_PATH}
94 # Sync external dependencies. We don't need to include `bazel-tensorflow`.
96 # code that Bazel creates. Not removing this would cause `rsync` to expand a
98 pushd bazel-tensorflow
104 # Finally, make sure we don't accidentally run with stuff from the bazel cache.
105 rm -f bazel-*