mirror of
https://github.com/rust-lang/cargo
synced 2024-11-05 18:50:39 +00:00
b5e2e397d9
Use local git info for version. #10178 caused an unintended change where cargo is being built twice in rust-lang/rust's CI. It is being built once as a CLI, and a second time for RLS. The cause is the `CFG_COMMIT_HASH` environment variable changes between those two builds (it is set for the tool being built). The solution here is to grab the git information from cargo's own build script. This is guaranteed to always be in the `src/tools/cargo` directory for both tools. This should help save a minute or two in the dist builders. |
||
---|---|---|
.. | ||
bin/cargo | ||
cargo | ||
doc | ||
etc |