You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you think if we were to provide a better build plan for terminal.c.
For packaging lem for distros, precompiled shared object files are not allowed in Debian or Guix package collections, for example.
I got around this because Guix lets me delete stuff easily when building the package but ideally the upstream lem project would not include precompiled binaries in the project repo and would provide a build plan that can reproducibly build it:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
What do you think if we were to provide a better build plan for terminal.c.
For packaging lem for distros, precompiled shared object files are not allowed in Debian or Guix package collections, for example.
I got around this because Guix lets me delete stuff easily when building the package but ideally the upstream lem project would not include precompiled binaries in the project repo and would provide a build plan that can reproducibly build it:
https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/text-editors.scm?id=master#n170
I would be happy to provide such a plan.
Would the lem community/team prefer make or something else?
I can also contribute a README with instructions on how to build the C sources when I make the PR.
WDYT?
Beta Was this translation helpful? Give feedback.
All reactions