deb: cross-compilation, ephemeral contexts, local builds #1

Merged
vhaudiquet merged 41 commits from experimental-cross into main 2025-12-25 17:10:47 +00:00
Showing only changes of commit 208cc9690f - Show all commits

View File

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