]> git.proxmox.com Git - cargo.git/commit
Auto merge of #10724 - ehuss:ci-disk-space, r=Eh2406
authorbors <bors@rust-lang.org>
Fri, 3 Jun 2022 02:57:12 +0000 (02:57 +0000)
committerbors <bors@rust-lang.org>
Fri, 3 Jun 2022 02:57:12 +0000 (02:57 +0000)
commit03e22354d0d6d8b9186db431185e026b52a2bf4a
tree1a19e91de6888ac4d60a9f757a16e63f18e06e88
parentaf491f39a005a35f8c8b11eb0addb2ba62410988
parent65cc01075e753533a5ba4459b588bb78abd83619
Auto merge of #10724 - ehuss:ci-disk-space, r=Eh2406

Clear disk space on CI.

Cargo's testsuite uses a considerable amount of disk space. On windows-gnu, the target directory can get over 12GB, and there is only 13GB free.  We're starting to run out of disk space, so this is a stop-gap that clears out the test data before running the smoke test which uses a fair bit of space itself.

We will probably need to think about addressing #9701 somehow, otherwise we will start running out of space as we add more tests. See the linked issues in https://github.com/rust-lang/cargo/pull/9701#issuecomment-881765517 for additional context.