Module tvix_build::proto::build_request

source ·
Expand description

Nested message and enum types in BuildRequest.

Structs§

  • BuildConstraints represents certain conditions that must be fulfilled inside the build environment to be able to build this. Constraints can be things like required architecture and minimum amount of memory. The required input paths are not represented in here, because it wouldn’t be hermetic enough - see the comment around inputs too.