]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #55343 - Keruspe:remap-debuginfo-release, r=alexcrichton
authorkennytm <kennytm@gmail.com>
Fri, 26 Oct 2018 10:25:10 +0000 (18:25 +0800)
committerkennytm <kennytm@gmail.com>
Fri, 26 Oct 2018 15:06:41 +0000 (23:06 +0800)
commit2e1e8d29130fe5db2e8beceb7981a0197aaff772
tree3c479fbc6d78c04c40922ef39305a2e6e325185a
parent5c94daa0171bc25e23efdd3ed698378c2852d500
parentbbc3cd43784b69beda25dc0f002514d656d853a2
Rollup merge of #55343 - Keruspe:remap-debuginfo-release, r=alexcrichton

rustbuild: fix remap-debuginfo when building a release

Fallback to the release number as we can't get the git commit sha as we're not in a git repository.

Fixes #55341