#66525 closed enhancement (fixed)

helix runtime should exclude SOURCES for grammars and debugging symbols to save 90+%

Reported by: esbugz Owned by: herbygillot (Herby Gillot)
Priority: Normal Milestone:
Component: ports Version: 2.8.0
Keywords: Cc: herbygillot (Herby Gillot)
Port: helix

Description

The compiled grammar are enough and are already large enough since they include all the syntaxes, no need to also include debugging symbols (*.so.dSYM) and the sources (the sources are actually 90% of the 170m folder size) Maybe move all of that in a +dev version if someone ever needs it? Thanks

Change History (1)

comment:1 Changed 16 months ago by herbygillot (Herby Gillot)

Owner: set to herbygillot
Resolution: fixed
Status: newclosed

In 3b1ebcfd1530187205e5b2ea6783e61db5c22fc1/macports-ports (master):

helix: install wrapper script to set HELIX_RUNTIME

  • stop including grammar source and debugging symbols by default; these can still be installed through the "devel" variant if needed.

Fixes: #66428
Fixes: #66525

Note: See TracTickets for help on using tickets.