Lines Matching full:bazel
26 # Copy $CFLAGS and $CXXFLAGS into Bazel command-line flags, for both
43 …# Bazel uses clang to link binary, which does not link clang_rt ubsan library for C++ automaticall…
44 # See issue: https://github.com/bazelbuild/bazel/issues/8777
55 for t in $(bazel query 'src/...' --output label | grep '_fuzz_test$')
57 declare TAGGED=$(bazel query "attr('tags', 'no_fuzz', ${t})")
71 bazel build --verbose_failures --dynamic_mode=off --spawn_strategy=sandboxed \
81 # Profiling with coverage requires that we resolve+copy all Bazel symlinks and
82 # also remap everything under proc/self/cwd to correspond to Bazel build paths.
93 rm -rf "${SRC}"/esp-v2/bazel-esp-v2/external/esp-v2
95 …find "${SRC}"/esp-v2/bazel-esp-v2/external -follow -type l -ls -delete || echo "Symlink cleanup so…
96 rsync -avLk "${SRC}"/esp-v2/bazel-esp-v2/external "${REMAP_PATH}"
97 # For .h, and some generated artifacts, we need bazel-out/. Need to heavily
98 # filter out the build objects from bazel-out/. Also need to resolve symlinks,
102 rsync -avLk "${RSYNC_FILTER_ARGS[@]}" "${SRC}"/esp-v2/bazel-out "${REMAP_PATH}"
109 # Copy out test driverless binaries from bazel-bin/.
113 TARGET_DRIVERLESS=bazel-bin/"${t}"_driverless
127 tar -C "${CORPUS_UNTAR_PATH}" -xvf bazel-bin/"${t}"_corpus_tar.tar
141 # Cleanup bazel- symlinks to avoid oss-fuzz trying to copy out of the build
143 rm -f bazel-*