You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
If the user provides a --previous-build-manifest to rpm-ostree compose container-encapsulate which has a different number of max-layers than what was requested, the following line panics:
Expected behavior would be to attempt to do the merge gracefully as far as this library is concerned. Failing that, rpm-ostree should emit a warning and ignore the previous manifest.
Context: I did a build that went from 100 layers to 50.
If the user provides a
--previous-build-manifesttorpm-ostree compose container-encapsulatewhich has a different number of max-layers than what was requested, the following line panics:ostree-rs-ext/lib/src/chunking.rs
Line 625 in 9a4743a
Expected behavior would be to attempt to do the merge gracefully as far as this library is concerned. Failing that,
rpm-ostreeshould emit a warning and ignore the previous manifest.Context: I did a build that went from 100 layers to 50.