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: We need to do something about the file size of the compiled plugins #744

Open
markuslf opened this issue Feb 15, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@markuslf
Copy link
Member

markuslf commented Feb 15, 2024

Describe the solution you'd like

Weird that compiling all the plugins using Nuitka (Windows) or Python (Linux) requires up to 4 GB (Windows) or 290 M (Linux) of disk space.

Additional context

For example, on Windows, almost every plugin is 25 M in file size.

Solution

Maybe bundle all redundant files in a separate zip/rpm file.

@markuslf markuslf added the enhancement New feature or request label Feb 15, 2024
@markuslf markuslf self-assigned this Feb 15, 2024
@markuslf markuslf changed the title Compiled plugins: We need to do something about the file size Build: We need to do something about the file size of the compiled plugins Dec 23, 2024
@markuslf markuslf added this to the M006 milestone Dec 23, 2024
@markuslf
Copy link
Member Author

  • For the OS installation packages, prefer speed over size.
  • For .tar/.zip, use Nuitka (+gcc on Windows), and provide "-speed" vs "-size" files on download.linuxfabrik.ch

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

No branches or pull requests

1 participant