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

Include frozen library data to avoid large dependency bundles #85

Open
makermelissa opened this issue Jan 26, 2022 · 0 comments
Open

Include frozen library data to avoid large dependency bundles #85

makermelissa opened this issue Jan 26, 2022 · 0 comments

Comments

@makermelissa
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant