about summary refs log tree commit diff
path: root/library/std/src/os/linux/raw.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-09-10 16:42:00 +0000
committerbors <bors@rust-lang.org>2020-09-10 16:42:00 +0000
commit8c35a9279ca50d3e5a6f33d80a7191454fd89cbe (patch)
treea30eadf1741de3a6912df3aee321da7ad81fae67 /library/std/src/os/linux/raw.rs
parent25b2f4861222d6507598149f576e7d25dc308c8c (diff)
parenta5cdc06db88d9a9d41dd18353fedb6467260437a (diff)
downloadrust-8c35a9279ca50d3e5a6f33d80a7191454fd89cbe.tar.gz
rust-8c35a9279ca50d3e5a6f33d80a7191454fd89cbe.zip
Auto merge of #76564 - pietroalbini:ci-avoid-wasting-10-minutes, r=Mark-Simulacrum
ci: avoid moving the build directory on GHA

While waiting for a PR job to start testing my code, I noticed the symlink-build-dir step took 10 minutes to complete, so I investigated what caused that.

It seems like something changed in the build environment between version 20200901.1 (where the step took 45 seconds) and version 20200908.1 (where the step took 10 minutes). At the time of writing this commit, the rust-lang organization is on vertsion 20200908.1, while the rust-lang-ci organization is at version 20200901.1 (and is not affected by this yet).

There is no need for this step anymore on GHA, as our XL builders got an increase in the root paritition size, so this commit removes the code that moved stuff around on GHA (while keeping it on Azure).

For the record, at the time of writing this, the disk situation is:

```
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda1       667G   60G  607G   9% /
/dev/sdb1       110G  4.1G  101G   4% /mnt
```

r? `@Mark-Simulacrum`
Diffstat (limited to 'library/std/src/os/linux/raw.rs')
0 files changed, 0 insertions, 0 deletions