Gábor Gyimesi created MINIFICPP-1683:
----------------------------------------
Summary: Revert github actions caching changes
Key: MINIFICPP-1683
URL: https://issues.apache.org/jira/browse/MINIFICPP-1683
Project: Apache NiFi MiNiFi C++
Issue Type: Bug
Reporter: Gábor Gyimesi
Recently caching was changed to only keep a single cache key for each branch
and update the cache for that key in every CI build. This was done to save
space and it would take longer for the older branch caches (especially main) to
be evicted. Unfortunately github cache actions does not support updating the
cache content for a key because caches are immutable.
https://github.com/actions/cache/issues/171
--
This message was sent by Atlassian Jira
(v8.20.1#820001)