-
-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Milestone
Description
For total size between Workbench 44 and 45 we went from 17MB to 1.5GB (without delta and assuming Sdk is not installed)
The SDK is 800MB
Workbench is 500MB
and some other stuff
The download size after deltas on my system only ends up being ~ 500MB
That is still a lot to download (and install even if dedup). We want to optimize for "time to paltform", ie how long it takes from clicking "Install" in Software to discovering the cool things you can do with GNOME.
Battle plan:
- Investigate using Platform instead of Sdk as runtime (needs gcc or clang) (like Workbench 44 did)
- Make Rust a runtime dependency (either tell user to install the sdk extension or download something else from somewhere)
- Make Vala a runtime dependency (how much do we shave?)
- Make docs a runtime dependency (either tell user to install the sdk extension or download something else from somewhere)
