Skip to content

Commit eb32af0

Browse files
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#1917
1 parent 654e6ee commit eb32af0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ openssl = "0.10.73"
7373
once_cell = "1.21.3"
7474
os-release = "0.1.0"
7575
# We pull this one from git, as the project is no longer published as an external crate.
76-
ostree-ext = { git = "https://github.com/containers/bootc", rev = "40ebdd5829a151cadb5dbadcb1b047f8f4d038cb" }
76+
ostree-ext = { git = "https://github.com/containers/bootc", rev = "b76d75d6024bd0aa0f270ff181807aff4209f9c9" }
7777
pastey = "0.1.1"
7878
phf = { version = "0.12", features = ["macros"] }
7979
rand = "0.9.1"

0 commit comments

Comments
 (0)