diff options
author | Damian Szuberski <[email protected]> | 2022-02-09 20:50:13 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-09 11:50:13 -0800 |
commit | e2909fae8f2c3b15459fd4c0acc1999c6907864b (patch) | |
tree | 33b8cb772d0c9a2858e73c993b55a8ba8e237a1e /.github/codecov.yml | |
parent | d7a67402a85252e163aa8a9b69e7eda499db8c61 (diff) |
Remove unused files from GitHub runners
Majority of the software installed by default in GitHub runners is
irrelevant to OpenZFS. Reclaimed space could be used for more/bigger
vdev files. File deletion happens in the background, leveraging
`systemd-run` - the workflow is not significantly slowed down.
Before
```
Filesystem Size Used Avail Use% Mounted on
/dev/root 84G 53G 31G 63% /
```
After
```
Filesystem Size Used Avail Use% Mounted on
/dev/root 84G 15G 70G 18% /
```
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Ahelenia ZiemiaĆska <[email protected]>
Signed-off-by: szubersk <[email protected]>
Closes #13066
Diffstat (limited to '.github/codecov.yml')
0 files changed, 0 insertions, 0 deletions