Function tvix_build::oci::bundle::get_host_output_paths
source · pub(crate) fn get_host_output_paths(
request: &BuildRequest,
bundle_path: &Path,
) -> Result<Vec<PathBuf>>
Expand description
Determine the path of all outputs specified in a BuildRequest as seen from the host, for post-build ingestion. This lookup needs to take scratch paths into consideration, as the build root is not writable on its own. If a path can’t be determined, an error is returned.