mmdebstrap: use unshare
Some checks failed
CI / build (pull_request) Failing after 2m45s

This commit is contained in:
2025-12-25 14:35:35 +01:00
parent 1f2a23e307
commit 208cc9690f

View File

@@ -76,6 +76,7 @@ impl EphemeralContextGuard {
let status = context::current()
.command("mmdebstrap")
.arg("--variant=buildd")
.arg("--mode=unshare")
.arg("--format=tar")
.arg(series)
.arg(tarball_path.to_string_lossy().to_string())