NabuCasa / matter-example-apps

Easily allow users to install Matter example apps from the web.
https://nabucasa.github.io/matter-example-apps/
5 stars 6 forks source link

Fix Github Actions running out of space #39

Closed darkxst closed 11 months ago

darkxst commented 1 year ago

Testing these examples with esp-idf 5.1 images and the builds always run out of space. Dropping submodules from CHIP checkout fixes this, these are handled later by:

scripts/checkout_submodules.py --shallow --platform esp32

NB: chip 1.1 builds currently fail with unrelated gevent/gdbgui issues, likely fixed in the v1.1 branch but havent updated refs here.