Lines Matching full:bazel
22 declare -r OSS_FUZZ_TARGETS="$(bazel query "${FUZZ_TARGET_QUERY}" | sed 's/$/_oss_fuzz/')"
27 …# Bazel uses clang to link binary, which does not link clang_rt ubsan library for C++ automaticall…
28 # See issue: https://github.com/bazelbuild/bazel/issues/8777
43 bazel build --verbose_failures --dynamic_mode=off \
51 # Profiling with coverage requires that we resolve+copy all Bazel symlinks and
52 # also remap everything under proc/self/cwd to correspond to Bazel build paths.
64 rm -rf "${SRC}"/envoy/bazel-envoy/external/envoy
66 …find "${SRC}"/envoy/bazel-envoy/external -follow -type l -ls -delete || echo "Symlink cleanup soft…
67 rsync -avLk "${SRC}"/envoy/bazel-envoy/external "${REMAP_PATH}"
68 # For .h, and some generated artifacts, we need bazel-out/. Need to heavily
69 # filter out the build objects from bazel-out/. Also need to resolve symlinks,
73 rsync -avLk "${RSYNC_FILTER_ARGS[@]}" "${SRC}"/envoy/bazel-out "${REMAP_PATH}"
78 for oss_fuzz_archive in $(find bazel-bin/ -name '*_oss_fuzz.tar'); do
82 # Cleanup bazel- symlinks to avoid oss-fuzz trying to copy out of the build
84 rm -f bazel-*