Commit eb32af0
committed
Cargo: update ostree-ext to b76d75d6
This updates ostree-ext and related dependencies (composefs-rs,
bootc-internal-utils) to address an issue where G_MESSAGES_DEBUG=all
causes packages to be incorrectly shown as "Removed" during rebase
operations.
The root cause was that GLib debug output was being written to stdout
instead of stderr, corrupting the ostree commit hash parsing in
ostree-ext's container layer import. When the subprocess output is
polluted with debug messages, the merge commit ends up missing content
from derived layers.
Fixes: OCPBUGS-64692
Fixes: RHEL-130454
See: bootc-dev/bootc#19171 parent 654e6ee commit eb32af0
2 files changed
+7
-7
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments