Skip to content

Commit

Permalink
-l option of 7z is unknown switch with the ubuntu-latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 30, 2024
1 parent 2d62c5d commit 88c9f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/make-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ PACKAGES = {
DEFAULT_PACKAGES = PACKAGES.keys - ["tar"]
if !$no7z and system("7z", out: IO::NULL)
PACKAGES["gzip"] = %w".tar.gz 7z a dummy -tgzip -mx -so"
PACKAGES["zip"] = %w".zip 7z a -tzip -l -mx -mtc=off" << {out: IO::NULL}
PACKAGES["zip"] = %w".zip 7z a -tzip -mx -mtc=off" << {out: IO::NULL}
elsif gzip = ENV.delete("GZIP")
PACKAGES["gzip"].concat(gzip.shellsplit)
end
Expand Down

0 comments on commit 88c9f95

Please sign in to comment.