use "NoPruner" pruning method

This commit is contained in:
2026-05-17 22:47:50 +02:00
parent 612aad911b
commit a0ac7fa7e9

View File

@ -180,6 +180,7 @@ sub import_trace {
( (
"$fail_prune", "--database-option-file $remote_db_conf", "$fail_prune", "--database-option-file $remote_db_conf",
"-v $experiment", "-b %%", "-v $experiment", "-b %%",
'-p NoPruner',
"--overwrite", ">$remote_builds_dir/$experiment/2_prune.log" "--overwrite", ">$remote_builds_dir/$experiment/2_prune.log"
); );
say "Prune command: $prune_command"; say "Prune command: $prune_command";