[
https://issues.apache.org/jira/browse/LUCENE-9868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17309334#comment-17309334
]
Robert Muir commented on LUCENE-9868:
-------------------------------------
Yeah, probably a few other things we want to do to make this less annoying to
debug (as someone who has regenerated a lot recently, sorry these are random)...
* cache things (especially downloads) better. It is unclear to me if this
currently happens. As an example, previously, with the ant-ivy build, when we'd
download the mecab dictionary, we would store it in ivy's cache, which works
across {{clean}} invocations.
* reduce noise from icu regenerate. It is too verbose and dominates all the
output of my scrollback buffer. We should change the {{tar -xvf}} to {{tar
-xf}} to not list every file extracted from the icu tgz. As for the compiler
output from configure/make, it is only important if the thing fails, but not
something you really care to see every day. Maybe we can output this stuff to a
file and only print the file if the thing fails.
> Verify checksums on generated files
> -----------------------------------
>
> Key: LUCENE-9868
> URL: https://issues.apache.org/jira/browse/LUCENE-9868
> Project: Lucene - Core
> Issue Type: Sub-task
> Reporter: Dawid Weiss
> Assignee: Dawid Weiss
> Priority: Minor
>
> This would prevent accidental changes to generated resources/ files.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]