Commits

Krisztián Szűcs authored efd64eaf1a9
ARROW-8524: [CI] Free up space on github actions By default the root drive has ~8.3GB free space out of 84GB on the ubuntu-latest runner. Github actions ships a lot of [preinstalled software](https://github.com/actions/virtual-environments/blob/master/images/linux/Ubuntu1804-README.md) which are essentially needless when we run docker based builds. I added a script to clean up just a couple of thing: - remove swap - clean apt cache - remove cached docker images - remove haskell This increases the available free space to [31GB](https://github.com/apache/arrow/pull/6988/checks?check_run_id=600949543#step:4:101). Closes #6988 from kszucs/actions-disk Authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>