]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #82177 - rylev:no-delete-bootstrap-windows, r=Mark-Simulacrum
authorYuki Okushi <huyuumi.dev@gmail.com>
Sun, 21 Feb 2021 06:26:45 +0000 (15:26 +0900)
committerGitHub <noreply@github.com>
Sun, 21 Feb 2021 06:26:45 +0000 (15:26 +0900)
commit13a3c6e1703e69c8de9c2571279eee748d1c8d37
tree61c93464519050455f738ae3d8b6a81d7c7eace4
parent0fd78eda8d6c605eb3786b9d25796c9abd3344f0
parent5b0ed02bb9e0ee00c32cbf41eb2a12fe5476fe56
Rollup merge of #82177 - rylev:no-delete-bootstrap-windows, r=Mark-Simulacrum

Do not delete bootstrap.exe on Windows during clean

Windows does not allow deleting currently running executables.

This an addition to ```@jyn514's``` change in https://github.com/rust-lang/rust/pull/80574.