You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
ATmobica
pushed a commit
to ARM-software/connectedhomeip
that referenced
this issue
Jun 27, 2023
Remove changed path detection steps.
Replace custom build script with Python builder.
The application output goes into `out` directory
and does not dirty the source (project-chip#27480).
Signed-off-by: ATmobica <artur.tynecki@arm.com>
* [mbed] Extend Python build with ota-requestor-app
Add ota-requestor-app to Python builder.
This allows for covering all supported examples.
Signed-off-by: ATmobica <artur.tynecki@arm.com>
* [mbed] CI workflow improvements
Remove changed path detection steps.
Replace custom build script with Python builder.
The application output goes into `out` directory
and does not dirty the source (#27480).
Signed-off-by: ATmobica <artur.tynecki@arm.com>
---------
Signed-off-by: ATmobica <artur.tynecki@arm.com>
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
The text was updated successfully, but these errors were encountered: