Bazel Caching Explained (pt. 1): How Bazel Works
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 ...
sluongng.hashnode.dev8 min read
Ash Outadi
How does the Build Graph relate to the Target and Action Graph that's discussed in the official documentation?