]> git.proxmox.com Git - cargo.git/commit
Ensure fresh build commands populate build info
authorAlex Crichton <alex@alexcrichton.com>
Fri, 31 Oct 2014 23:20:13 +0000 (16:20 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 5 Nov 2014 19:37:34 +0000 (11:37 -0800)
commit3b21f7ac437f6d2f7ab43c15367289f2e25c162a
treeee97eb6d6b9afb26d21a2af5c23922ea973e8c6f
parenta0d499e028eed85aea0b162833e45cce56016b1c
Ensure fresh build commands populate build info

Whenever a build command is fresh, we need to be sure to propagate its build
information upwards from the cache stored on disk.
src/cargo/ops/cargo_rustc/custom_build.rs
src/cargo/ops/cargo_rustc/fingerprint.rs
tests/test_cargo_compile_custom_build.rs