Compare commits

...
2 Commits
Author SHA1 Message Date
christoph a0ac7fa7e9 use "NoPruner" pruning method 2026-05-17 22:47:50 +02:00
christoph 612aad911b update fail binaries (added NoPruner) 2026-05-17 22:47:37 +02:00
6 changed files with 7 additions and 6 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
+1
View File
@@ -180,6 +180,7 @@ sub import_trace {
(
"$fail_prune", "--database-option-file $remote_db_conf",
"-v $experiment", "-b %%",
'-p NoPruner',
"--overwrite", ">$remote_builds_dir/$experiment/2_prune.log"
);
say "Prune command: $prune_command";