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