From: bors Date: Fri, 2 Dec 2016 00:05:12 +0000 (+0000) Subject: Auto merge of #3310 - alexcrichton:more-metadata-hashing, r=brson X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~11^2~102 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c82fd7f82b8cd3a846fa63d30d6b12d79ca2abe6;p=cargo.git Auto merge of #3310 - alexcrichton:more-metadata-hashing, r=brson Apply new fingerprinting to build dir outputs We now much more aggressively cache the output of the compiler based on feature sets and profile configuration. Unfortunately we forgot to extend this caching to build script output directories as well so this commit ensures that build script outputs are cached the same way with a directory per configuration of features and output settings. Closes #3302 --- c82fd7f82b8cd3a846fa63d30d6b12d79ca2abe6