boulderopalscaleup.runtime.Runtime.bind
Runtime.bind(manifest)Compile a manifest into an executable against registered systems.
Parameters
manifest (Manifest) – The compiled manifest to execute.
Returns
An executable ready to be run via its run() method.
Return type
Executable
Raises
RuntimeError– If the runtime is already closed.ValueError– If the manifest requires a system that has not been registered.