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 32f44f0003 - Show all commits

View File

@@ -188,7 +188,7 @@ impl UnshareDriver {
cmd.arg("-w").arg(dir);
}
cmd.arg(program).args(args);
cmd.arg("--").arg(program).args(args);
cmd
}