janhoy opened a new pull request #401: URL: https://github.com/apache/lucene/pull/401
https://issues.apache.org/jira/browse/LUCENE-10174 When copying files from `lucene/distribution/build/release` to the target directory, the script uses `tar.bz2`, i.e. with compression. This is super slow and usesless since files are already compressed. This PR uses plain `tar` without compression to greatly speed up this step. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
