This provides a generic interface to let the builder search for needles in the output, as described in the notes at `docs/src/build/index.md`. Change-Id: Ic2c5bd563e9aa2e766c157f2b13cdb19aede12f8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12531 Autosubmit: yuka <yuka@yuka.dev> Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de> Reviewed-by: Brian Olsen <me@griff.name> |
||
|---|---|---|
| .. | ||
| build.pb.go | ||
| default.nix | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| README.md | ||
| rpc_build.pb.go | ||
| rpc_build_grpc.pb.go | ||
build-go
This directory contains generated golang bindings, both for the tvix-build
data models, as well as the gRPC bindings.
They are generated with mg run //tvix/build-go:regenerate.
These files end with .pb.go, and are ensured to be up to date by a CI check.
Additionally, code useful when interacting with these data structures
(ending just with .go) is provided.