-
Notifications
You must be signed in to change notification settings - Fork 726
snap: Remove libvirt from the snap #850
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
Conversation
I built the snap clean and got this:
Looks like we lost some dependencies. |
476fd64
to
1ca55e2
Compare
Codecov Report
@@ Coverage Diff @@
## master #850 +/- ##
==========================================
+ Coverage 68.64% 68.67% +0.03%
==========================================
Files 192 192
Lines 6608 6606 -2
==========================================
+ Hits 4536 4537 +1
+ Misses 2072 2069 -3
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #850 +/- ##
==========================================
+ Coverage 68.64% 68.67% +0.03%
==========================================
Files 192 192
Lines 6608 6606 -2
==========================================
+ Hits 4536 4537 +1
+ Misses 2072 2069 -3
Continue to review full report at Codecov.
|
In general this works and the only issue I found is most likely preexisting:
The domain remains defined in libvirt, which may result in weird situations when someone tries to manage it with virsh / virt-manager or some such. Sorry, fat fingers. |
A'ight! bors r+ |
Build succeeded |
Maintaining libvirt in the snap causes burdens for not much gain. Anyone wanting to
use libvirt can just use the one installed on the host.
Fixes #482, fixes #846