Commit Graph

3 Commits

Author SHA1 Message Date
John Gardiner Myers e313f384ba Remove more sha1-generation code 2020-06-21 23:16:33 -07:00
Justin SB 958c1a0771
bazel: fix hashes rule to generate outputs
So I figured out how to generate the outputs in the correct way so
that we don't need an artificial name; we must construct the outputs
field in the rule using a helper function.
2019-10-01 11:31:09 -04:00
Justin SB 15cd4d1284
Use helpers to move gzip & sha from makefile to bazel
We can move the gzip & sha steps from the makefile to bazel.  This not
only simplifies the makefile, it should enable more parallelism and
better caching.
2019-09-30 13:52:32 -04:00