Bazel Caching Explained (pt. 1): How Bazel Works
Jul 10, 2022 · 8 min read · Before we dive into Bazel’s caching mechanism, let’s first go over how Bazel works and some of the underlying assumptions that it makes. The Build Graph Bazel is an artifact-first Build Tools. This means the user asks Bazel for an artifact and Bazel ...
AAsh commented