nixery/server/builder
Vincent Ambo 7573c67df6 refactor(server): Cache manifest entries for layer builds
MD5 hash checking is no longer performed by Nixery (it does not seem
to be necessary), hence the layer cache now only keeps the SHA256 hash
and size in the form of the manifest entry.

This makes it possible to restructure the builder code to perform
cache-fetching and cache-populating for layers in the same place.
2019-10-03 13:21:04 +01:00
..
builder.go feat(server): Reintroduce manifest caching to GCS 2019-10-03 13:21:04 +01:00
cache.go refactor(server): Cache manifest entries for layer builds 2019-10-03 13:21:04 +01:00
state.go refactor(server): Introduce a state type to carry runtime state 2019-10-03 13:21:04 +01:00