This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/compiler
Andrea Luzzardi b8dcc02bb8 performance: compile CUE client side
Restructured the compile logic to happen on the CLI instead of the
BuildKit frontend.

- Avoid uploading the entire workspace to BuildKit on every compilation
- Let the CUE loader scan the files instead of going through the
  BuildKit filesystem gRPC APIs.

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-08-20 16:34:49 +02:00
..
build.go performance: compile CUE client side 2021-08-20 16:34:49 +02:00
compiler_test.go
compiler.go
json.go
value.go doc: finished structure, supports title 2021-06-04 09:01:32 +02:00