You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flume.apache.org by "Sean Busbey (Jira)" <ji...@apache.org> on 2022/05/11 19:09:00 UTC

[jira] [Created] (FLUME-3425) clear GitHub Actions maven cache

Sean Busbey created FLUME-3425:
----------------------------------

             Summary: clear GitHub Actions maven cache
                 Key: FLUME-3425
                 URL: https://issues.apache.org/jira/browse/FLUME-3425
             Project: Flume
          Issue Type: Task
          Components: Test
            Reporter: Sean Busbey


The builds in GitHub Actions are currently failing because they have cached a malformed version of the {{rome:rome:0.9}} dependency. The dependency as cached is from the wso2 repository and prior to FLUME-3419 we had work arounds for this malformed pom. Now that this repository has been removed we need to clear the build cache so we can get the correct pom from maven central.

According to the [GitHub Actions docs on the java-setup caching|https://github.com/actions/setup-java#caching-packages-dependencies] we should already have gotten a new cache key because FLUME-3419 changed {{pom.xml}} files. So I think we've hit a bug.

The [GitHub Actions docs on cache management|https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#managing-caches] indicate that there isn't a way to manually clear the cache via API. That leaves us with:

* wait 7 days for the cache to clear
* disable maven dependency caching (perhaps toggling it?)




--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@flume.apache.org
For additional commands, e-mail: issues-help@flume.apache.org