e220d80727
- agenix has not been updated (https://github.com/ryantm/agenix/pull/241). - //tvix: regenerate protobuf files - //tvix:clippy: work around https://github.com/rust-lang/rust-clippy/issues/12281 which exclusively causes false positives in our code at the moment. Change-Id: I38d2f4c0e6d1abc92be360b06f58e6d40e7732a3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11127 Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: tazjin <tazjin@tvl.su> |
||
---|---|---|
.. | ||
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.