[snap] GUI-less snap Launchpad integration#4822
Merged
sharder996 merged 8 commits intomainfrom Apr 21, 2026
Merged
Conversation
48416b3 to
8a9ca1e
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4822 +/- ##
==========================================
- Coverage 87.54% 87.45% -0.09%
==========================================
Files 258 258
Lines 14155 14094 -61
==========================================
- Hits 12391 12324 -67
- Misses 1764 1770 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8a9ca1e to
9484512
Compare
xmkg
requested changes
Apr 16, 2026
0cd3c0b to
41655dd
Compare
xmkg
reviewed
Apr 20, 2026
xmkg
requested changes
Apr 20, 2026
xmkg
approved these changes
Apr 21, 2026
Member
xmkg
left a comment
There was a problem hiding this comment.
Alright, this is as good as it gets. Thanks, @sharder996!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR makes the following changes in order to automate the building of a gui-less Multipass snap in Launchpad for the s390x and ppc64 architectures:
snap/snapcraft.yaml. They have been added here in order to minimum the number of edits made to the gui-less snapcraft file.snap/snapcraft.yamlwithout GUI located atpackaging/gui-less/snap/snapcraft.yaml. Because pathing implications and assumptions made by snapcraft, the source of some parts are now the GitHub remote instead of your local development clone.snap/snapcraft.yamlhas been edited.The Launchpad side can be observed here. Once this is merged in, the snapcraft recipe in Launchpad will be modified to track the
mainbranch, and additional recipes added to mirror thecandidateandbetarecipes, except without the GUI and on the s390x/ppc64 architectures.MULTI-2379