project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.43k stars 1.99k forks source link

[Build] mbedOS running out of space #27480

Closed woody-apple closed 1 year ago

woody-apple commented 1 year ago

Build issue(s)

mbedOS seems to be running out of space, even after @andy31415 's little cleanups.

https://github.com/project-chip/connectedhomeip/actions/runs/5376187190/jobs/9753017856?pr=27469

Platform

No response

Anything else?

No response

andy31415 commented 1 year ago

What I believe happens is that this uses scripts/examples/mbed_example.sh -a=all-clusters-minimal-app -b=$APP_TARGET -p=$APP_PROFILE which is not build-examples so likely the output directory is not out.

So maybe not running out of space was a fluke. We should instead delete stuff from examples/*/build (or wherever they go).

Or even better, we should not allow dirtying the source tree and output should go into out.