It looks like Bazel 6.0 changed the stringification of Label objects:
b1113f801d
That is causing some problems for our staleness test, since different
Bazel versions get different results. This CL fixes the problem by
tweaking the logic so that we explicitly format the label string.
PiperOrigin-RevId: 496790722
pull/11377/head
parent
a7473b65b8
commit
da09f7f78b
1 changed files with 3 additions and 2 deletions
Loading…
Reference in new issue