fmt
Some checks failed
CI / build (pull_request) Failing after 2m11s

This commit is contained in:
2025-12-24 15:00:52 +01:00
parent 809f4d0e4a
commit 239597ffca

View File

@@ -38,7 +38,6 @@ impl EphemeralContextGuard {
return Err(format!("mmdebstrap failed for series {}", series).into());
}
// Switch to an ephemeral context to build the package in the chroot
context::manager().set_current_ephemeral(Context::new(ContextConfig::Unshare {
path: chroot_path.to_string_lossy().to_string(),
@@ -60,7 +59,6 @@ impl Drop for EphemeralContextGuard {
log::error!("Failed to restore context {}: {}", self.previous_context, e);
}
// Remove chroot directory
// We use the restored context to execute the cleanup command
let result = context::current()