]> git.proxmox.com Git - cargo.git/commit
Auto merge of #7956 - ehuss:fix-collision-test, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 2 Mar 2020 18:05:34 +0000 (18:05 +0000)
committerbors <bors@rust-lang.org>
Mon, 2 Mar 2020 18:05:34 +0000 (18:05 +0000)
commitbda50510d1daf6e9c53ad6ccf603da6e0fa8103f
tree33aca3eb6da9d3411d75d88e333b65589ca40769
parentac2eb69346e9ae4adedb90ce03b5f23d2a837e28
parentf2c8070df5a4703d5cb8da8f3dab21d8c612bd25
Auto merge of #7956 - ehuss:fix-collision-test, r=alexcrichton

Fix rare failure in collision_export test.

Seen once on CI in #7952 (https://dev.azure.com/rust-lang/cargo/_build/results?buildId=22112&view=logs&j=a5e52b91-c83f-5429-4a68-c246fc63a4f7&t=d4864165-4be3-5e34-b483-a6b05303aa68). I was able to reproduce it locally, though it is rare. There seems to be some kind of race issue on macOS with two processes trying to symlink the same directory at the same time. The solution is to serialize the build so they don't run at the same time.