dweiss commented on issue #15541: URL: https://github.com/apache/lucene/issues/15541#issuecomment-3706124721
I believe we already have fine-grained caching in place; this should be handled here: https://github.com/apache/lucene/blob/main/.github/actions/prepare-for-build/action.yml#L40-L47 The problems I've seen all apply to the "nightly" smoke tester check where we deliberately do not use any caches (to ensure all artifacts and resources are indeed available, have the same checksums, etc.). https://github.com/apache/lucene/blob/main/.github/workflows/run-nightly-smoketester.yml This has been working fine for quite some time now (and caught a few regressions). It is only recently that it started failing on dependency resolution. -- 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]
