Valentin David
Valentin David
The diff is https://paste.ubuntu.com/p/XKs4XN89VQ/
Used in https://github.com/canonical/snapd/pull/14608
Also need https://github.com/canonical/secboot/pull/344
Unfortunately the spread tests do not test this correctly. Since the only tests that trigger this do not repack pc-kernel with a fixed snap-bootstrap.
I removed the 2.68 milestone, we do not strictly need it, just https://github.com/canonical/snapd/pull/15057
> @valentindavid also do we need somehow to clean up the entries for containerRole "all" No, I do not think so. It is in the specs. If there is no...
> did a first pass. Do we need an explicit test about the transition for what we are storing currently in the state and what we will store after? The...
@DaanDeMeyer You probably know what is happening here.
I suppose it is #34628
Note that I have built with `-DCMAKE_BUILD_TYPE=RelWithDebInfo` instead. To get the debuginfo loaded correctly, I have set `.gdbinit` with: ``` set debuginfod enabled on set sysroot /home/valentin/my-debug ``` And I...