-
Notifications
You must be signed in to change notification settings - Fork 198
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
Bump ostree-ext and cap-std #3360
Conversation
Argh, right I think ostreedev/ostree-rs-ext#220 broke backwards compatibility. We need to make the "inject mode bits into tar stream" continue to happen in v0 format or so - @lucab want to do that or should I? |
Upgrade tests are failing:
|
0e57b9e
to
66b7100
Compare
OK exciting, new failure in the upgrade tests:
I don't understand that. |
Oh wait I see this time the basic kola test immediately dies too with:
So something more fundamental is wrong here. Did another PR with just doc changes to sanity check CI. |
In the upgrade failure, it looks like indeed the mount unit for /boot did not run. Puzzling. |
Note both ostree-ext and us depend on cap-std/rustix, so we should keep those in lockstep to avoid duplication. We can drop the `cap-primitives` dependency now.
66b7100
to
5e0d449
Compare
Rebased 🏄 |
/retest |
Note both ostree-ext and us depend on cap-std/rustix, so we
should keep those in lockstep to avoid duplication.
We can drop the
cap-primitives
dependency now.