Skip to content

Commit

Permalink
Properly nuke XZ defaults to avoid SHA256 checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Dec 13, 2017
1 parent 507c621 commit 956a3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_release.pl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
. " to "
. green( path( $tempdir, $comp_name ) );

delete $ENV{XZ_DEFAULTLS};
delete $ENV{XZ_DEFAULTS};
system(
'xz', '-vv9e',
'--memlimit-compress=5G',
Expand Down

0 comments on commit 956a3f0

Please sign in to comment.