Skip to content

Reduce Workbench size #621

@sonnyp

Description

@sonnyp

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:

  1. Investigate using Platform instead of Sdk as runtime (needs gcc or clang) (like Workbench 44 did)
  2. Make Rust a runtime dependency (either tell user to install the sdk extension or download something else from somewhere)
  3. Make Vala a runtime dependency (how much do we shave?)
  4. Make docs a runtime dependency (either tell user to install the sdk extension or download something else from somewhere)

image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions