fn local_fingerprints_deps(
deps: &BuildDeps,
build_root: &Path,
pkg_root: &Path,
env_config: &Arc<HashMap<String, OsString>>,
) -> Vec<LocalFingerprint>Expand description
Compute the LocalFingerprint values for a RunCustomBuild unit for
non-overridden new-style build scripts only. This is only used when deps
is already known to have a nonempty rerun-if-* somewhere.