myitcv / x

Mono-repo for all myitcv.io/... Go code
MIT License
104 stars 20 forks source link

[WIP] cmd/gg: support GGCACHE and small fix for xtest packages #130

Closed myitcv closed 5 years ago

myitcv commented 5 years ago

Add support for defining the location of the gg cache via GGCACHE, akin to GOCACHE.

Small fix whereby xtest packages were incorrectly being considered as not Done() because they were missing a hash (which they will never have). Added a failsafe that errors in case any work was left un-Done