Bazel currently does not track tools outside a workspace. This can be a problem if, for example, an action uses a compiler from /usr/bin/. Then, two users with different
compilers installed will wrongly share cache hits because the outputs are different but they have the same action hash.
Bazel currently does not track tools outside a workspace. This can be a problem if, for example, an action uses a compiler from
/usr/bin/. Then, two users with differentcompilers installed will wrongly share cache hits because the outputs are different but they have the same action hash.