bootspec: RFC-0125 final changes #148
Labels
No labels
bug
dependency
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
review-next
security
stub
tool
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: raito/lanzaboote#148
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "rfc0125-post-merge"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This brings the final (accepted) changes of RFC-0125 and render lanzaboote unable to read the previous generations' bootspec anymore.
I think it would be better to move the changes necessary for using stable rust into a separate PR.
Agreed, I will do the extraction.
Extracted in #149.
Seems like the unit tests still fail. Otherwise, this looks pretty straightforward.
Awesome that bootspec is over the finishing line! 🎉
Because the new bootspec is not merged yet! :P — I need to do something about the input.
Is there a nixpkgs PR for the final bootspec changes yet?
https://github.com/NixOS/nixpkgs/pull/224489 !
My bad, I thought I read integration tests. This will be fixed shortly.
Two failures remaining:
I'm trying to understand what happened (but I am really happy our tests are super useful.)
This is stuck on https://github.com/DeterminateSystems/bootspec/pull/112 failing in bootspec.
This is a misinterpretation of the spec (lol) on my end; this is now fixed.
This has to wait for https://github.com/NixOS/nixpkgs/pull/224489, doesn't it?
The contrary, nixpkgs has to wait for lanzaboote, because I don't want anyone to start generate bootspec that cannot be read by lanzaboote yet.
When CI passes, I will merge.