ci: git, sbuild no clean
Some checks failed
CI / build (pull_request) Failing after 7m32s

This commit is contained in:
2025-12-25 17:13:23 +01:00
parent f19b1c33dd
commit a5536064ee
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ pub fn build(
let mut cmd = ctx.command("sbuild");
cmd.current_dir(format!("{}/{}", build_root, package));
cmd.arg("--chroot-mode=unshare");
cmd.arg("--no-clean-source");
if cross {
cmd.arg(format!("--host={}", arch));