-
Stan Hu authored
The original ZIP format only supports 4 GB archives and up to 65535 files (https://www.artpol-software.com/ZipArchive/KB/0610051629.aspx). RubyZip disables the Zip64 extensions by default, unlike the standard `zip` command-line tool. Archives, such as GitLab Pages deployments, may have more than 65535 files. RubyZip will truncate the central directory header to indicate only 65535 files, but some tools may treat these headers as invalid. Relates to https://gitlab.com/gitlab-org/gitlab-pages/-/issues/689 Changelog: fixed
908ff65d