Lines Matching full:bazel
3 title: Integrating a Bazel project
7 permalink: /getting-started/new-project-guide/bazel/
10 # Integrating a Bazel project
17 ## Bazel projects
19 The process of integrating a project using the [Bazel](https://bazel.build/)
22 process. The key specifics of integrating a Bazel project are outlined below.
24 ## Fuzzing support in Bazel
26 For Bazel-based projects, we recommend using the
49 [`bazel-rules-fuzzing-test`](https://github.com/google/oss-fuzz/tree/master/projects/bazel-rules-fu…
53 differ for Bazel-based projects. The project files have the following specific
67 There is no need to install Bazel in your Docker image. The OSS-Fuzz builder
68 image provides the `bazel` executable through the
70 and use the latest Bazel release. If your project requires a particular Bazel
72 [`.bazelversion`](https://docs.bazel.build/versions/master/updating-bazel.html)
90 * `BAZEL_EXTRA_BUILD_FLAGS` are extra build flags passed on the Bazel command
96 * `BAZEL_FUZZ_TEST_QUERY` overrides the Bazel query the tool uses to identify