Skip to content

Commit 96ccddc

Browse files
committed
Close the pipe between pzstd and tar
Resolves #136 I would have never expected that this would be needed, but otherwise it leaves some sort of sockets open.
1 parent f5459ff commit 96ccddc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Whateverable.pm6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ method run-smth($full-commit-hash, $code, :$backend=‘rakudo-moar’) {
172172
}
173173
my $proc = run :out, :bin, pzstd, -dqc, --, $archive-path;
174174
run :in($proc.out), :bin, tar, x, --absolute-names;
175+
$proc.out.close();
175176

176177
my $return = $code($build-path); # basically, we wrap around $code
177178

0 commit comments

Comments
 (0)