Lewis John McGibbney created NUTCH-3148:
-------------------------------------------
Summary: Cache Ivy dependencies in GitHub CI builds
Key: NUTCH-3148
URL: https://issues.apache.org/jira/browse/NUTCH-3148
Project: Nutch
Issue Type: Improvement
Components: ci/cd
Reporter: Lewis John McGibbney
Assignee: Lewis John McGibbney
Fix For: 1.22
Add dependency caching to the master-build.yml GitHub Actions workflow to
reduce build times by caching Ivy-resolved dependencies between runs.
Currently, each CI run downloads all Ivy dependencies from scratch, adding
unnecessary time to builds. The Ivy cache (~/.ivy2/cache) can be persisted
across workflow runs using GitHub's caching action.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)