De-hack the bazel plugins
Compare changes
- Tom Coldrick authored
Previously tracking was broken. Tracking works by taking the SHA256 of the repository resolved file. We can't ensure the sources once host bazel has been used, as it looks like the order of the sources is non-deterministic.
+ 18
− 4
@@ -35,7 +35,7 @@ class BazelSource(Source):
@@ -93,16 +93,27 @@ class BazelSource(Source):
@@ -144,6 +155,9 @@ class BazelSource(Source):