diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-09-30 12:03:02 +0900 |
|---|---|---|
| committer | nagachika <nagachika@ruby-lang.org> | 2024-10-18 12:59:30 +0900 |
| commit | dcad0ad9097583f71eac2ece22ad527305dc7bee (patch) | |
| tree | 59aeadbdf2754f58500d2bed06d21c22c6e9ebd2 | |
| parent | 5777fe5ab57d6479326bdb21ef9a6b88ea1516dc (diff) | |
-l option of 7z is unknown switch with the `ubuntu-latest`.
https://github.com/ruby/actions/actions/runs/11095032727/job/30823174026#step:3:349
| -rwxr-xr-x | tool/make-snapshot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot index d9c0b125fa..c94bfe5e59 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -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 |
