Avoid new "out of disk space" issues in CI 2023-04-ci-fix
authorMatt Corallo <git@bluematt.me>
Tue, 12 Mar 2024 15:19:51 +0000 (15:19 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 12 Mar 2024 15:20:52 +0000 (15:20 +0000)
commit9571988d212395d35319818e005faca6d6e48dc2
treee70803652c111021b8cfaa67e240adb116fae787
parentaa334d57532fba574ae2db6f94f980982d58d395
Avoid new "out of disk space" issues in CI

Our 1.63 build on Ubuntu has been failing for quite some time
because it runs out of disk space trying to build tests in the last
cfg-flag steps. Thus, we add a few new `cargo clean`s here to fix
it.
ci/ci-tests.sh