about summary refs log tree commit diff
path: root/src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2019-12-16 12:38:43 +0100
committerPietro Albini <pietro@pietroalbini.org>2020-03-24 15:36:09 +0100
commitb9c3633847cd74f514ebb3197876e8181a003f10 (patch)
tree7495f96359eccd607421cf1564e52a0d0ebf7985 /src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
parent9beb8f54774ca0d41dd2eb7622809f4073676757 (diff)
downloadrust-b9c3633847cd74f514ebb3197876e8181a003f10.tar.gz
rust-b9c3633847cd74f514ebb3197876e8181a003f10.zip
ci: don't move the build to C: on GitHub Actions
On Azure Pipeliones, the C: filesystem is huge with a lot of free space,
while D: is small. By default builds happened in D:, so we added a
script to symlink the big directories to C:, granting us more space.

    Filesystem  Size  Used Avail Use%
    C:          256G  143G  114G  56%
    D:           14G  2.0G   13G  15%

On GitHub Actions instead C: is almost full, and we have a lot of free
space on D:, where the build happens.

    Filesystem  Size  Used Avail Use%
    C:          128G  114G   15G  89%
    D:          56G   4.8G   52G   9%

This commit stops creating the symlink on GitHub Actions, fixing the out
of disk space errors we were seeing on some Windows builders.
Diffstat (limited to 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs')
0 files changed, 0 insertions, 0 deletions