projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
151f37c
db3328f
)
Auto merge of #5470 - alexcrichton:hopeful-fix, r=matklad
author
bors
<bors@rust-lang.org>
Thu, 3 May 2018 17:03:06 +0000
(17:03 +0000)
committer
bors
<bors@rust-lang.org>
Thu, 3 May 2018 17:03:06 +0000
(17:03 +0000)
Attmept to fix a spurious failure on AppVeyor
I *think* the issue is that `link.exe` is generating debuginfo in the background
which keeps the file open and prevents us from deleting it, but hopefully by
disabling debug information we'll either be able to confirm or deny this
hypothesis.
Trivial merge