From 239597ffca4bf20ed33674208e64f6bb20d26578 Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Wed, 24 Dec 2025 15:00:52 +0100 Subject: [PATCH] fmt --- src/deb/cross.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/deb/cross.rs b/src/deb/cross.rs index 3af5fdb..3a8434b 100644 --- a/src/deb/cross.rs +++ b/src/deb/cross.rs @@ -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()