Bazel does not guarantee hermeticity, but it does provide some features that can help to achieve hermeticity. These features include:
- Sandboxing: Bazel can sandbox the execution of build actions, which helps to prevent them from accessing the host system.
- Dependency pinning: Bazel can pin the versions of dependencies that are …