Skip to content

Include frozen library data to avoid large dependency bundles #85

@makermelissa

Description

@makermelissa

One issue with the bundle builder is that frozen libraries are still included and we are blindly telling users to place all the libraries in their lib folder. Most of the time, this isn't an issue, but recently the MatrixPortal library and dependencies was starting to cause out of memory errors and I noticed there were several frozen libraries included.

Now the biggest challenge to this that I believe some of the boards (or at least specific builds for the boards) don't have all the frozen libraries such as the trinkets or some of the boards with large languages. So I'm not exactly sure what the best format of data would be so that bundles can end up being more tailored. Perhaps a simple include frozen libraries parameter would be enough and then maybe don't include those by default.

I'm putting the issue here, because the JSON data will likely need to be added here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions