Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Build] mbedOS running out of space #27480

Closed
woody-apple opened this issue Jun 26, 2023 · 1 comment
Closed

[Build] mbedOS running out of space #27480

woody-apple opened this issue Jun 26, 2023 · 1 comment
Assignees

Comments

@woody-apple
Copy link
Contributor

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
Copy link
Contributor

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>
mergify bot pushed a commit that referenced this issue Jun 27, 2023
* [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>
@github-project-automation github-project-automation bot moved this from Todo to Done in [Build] Build Issues Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

3 participants