4d6137964b
There's no need to require builds to also put their outputs in store_dir. So rename store_dir to inputs_dir and make outputs consume paths, not basenames. Also document the possibility for builds to write to inputs_dir. Let's see if we want to make this a constraint later. Change-Id: Ib4df20afcdde2d771c269c422f04c7e95587cd0f Reviewed-on: https://cl.tvl.fyi/c/depot/+/10447 Tested-by: BuildkiteCI Reviewed-by: raitobezarius <tvl@lahfa.xyz> Autosubmit: flokli <flokli@flokli.de> |
||
---|---|---|
.. | ||
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.