mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
-l option of 7z is unknown switch with the ubuntu-latest
.
3082317402 (step)
:3:349
This commit is contained in:
parent
30d00a0b43
commit
165aeb87fa
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue