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 has been archived by the owner on Nov 7, 2024. 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.
The text was updated successfully, but these errors were encountered:
If the user provides a
--previous-build-manifest
torpm-ostree compose container-encapsulate
which 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-ostree
should emit a warning and ignore the previous manifest.Context: I did a build that went from 100 layers to 50.
The text was updated successfully, but these errors were encountered: