iree-org / iree-llvm-sandbox

A sandbox for quick iteration and experimentation on projects related to IREE, MLIR, and LLVM
Apache License 2.0
54 stars 31 forks source link

[CI] Free disk space to leave headroom for larger builds. #747

Closed ingomueller-net closed 1 year ago

ingomueller-net commented 1 year ago

Current builds operate very closely on the limit of free disk space, i.e., increasing the disk space usage by just a bit will make CI runs fail due to insufficient disk space. The pending #746 will do just that. This PR uses a Github Action that implements several measures to free up disk space at the beginning of the run and activates one that is currently enough and very fast to execute (remove swap storage).