-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Added support for snaps #2180
Added support for snaps #2180
Conversation
There are a few things that left to be done:
|
Sorry for the delay on this. Is there any way to package for snaps without needing anything "official" or from a maintainer? We're happy to answer questions and such but we prefer to have as much packaging done by community effort as possible - otherwise our personal time faces death by a million package managers 😄
Is confinement part of the build or runtime lifecycle? When building from releases, we provide a |
I think it's possible for me to publish a snap package, I'll try to handle all the publishing process then.
Confinement is part of a runtime lifecycle, the build part is already solved out by this PR. The key feature of snaps is that they provide runtime application isolation with granular permission configuration, but since Helix is (sorta) an IDE, I'll request a permission on Snapcraft forums to publish a package without permission isolation. |
Awesome, thank you! Looking more into confinement, I think we do need Naively, this |
Closing since there is a helix snap package now, see #7545 |
Closes #2171