f6c94430c8
- directory in which the castore input nodes are mounted - working directory for the build command - scratch paths - network access y/n - whether a (static) /bin/sh should be provided Populate these fields appropriately, and extend the tests in tvix-glue with a FOD example. Change-Id: I4f9de1483d6696d74694a09784910c407acb0be0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10412 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> |
||
---|---|---|
.. | ||
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.