luet/pkg/compiler
Ettore Di Giacinto 5b4e930fc3 Do implement a real cache
Instead of merely storing files into disk use a real cache.

This also makes possible finally to reference artifacts in the cache with the
package checksum, which solves the cache hit checksum failures we had
previously.
2021-10-19 21:25:01 +02:00
..
backend Do implement a real cache 2021-10-19 21:25:01 +02:00
types Do implement a real cache 2021-10-19 21:25:01 +02:00
backend_test.go Refactor compiler and annotate buildoptions into compiler metadata 2021-04-16 13:57:54 +02:00
backend.go Do implement a real cache 2021-10-19 21:25:01 +02:00
buildtree.go Add CLI helpers and BuildTree heuristic 2021-10-15 21:14:48 +02:00
compiler_suite_test.go Support logging level and spinner customization 2020-01-01 13:43:22 +01:00
compiler_test.go Add CLI helpers and BuildTree heuristic 2021-10-15 21:14:48 +02:00
compiler.go Do implement a real cache 2021-10-19 21:25:01 +02:00
imagehashtree_test.go Drop join from compilation specs 2021-10-10 00:28:54 +02:00
imagehashtree.go Add join keyword to generate parent image from final artifacts 2021-05-21 14:52:48 +02:00