I am running out of space in CI when building recipes. I already have a post-build cleaning step, ls -d packages/*/build/* | xargs rm -r in the recipe dir. Maybe this could automatically be done for each recipe once it has been built?
I imagine having a --clean flag that, when enabled, removes the build directory after a successful build.