-
Type:
New Feature
-
Resolution: Works as Designed
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Build
-
None
-
Fully Compatible
-
Platforms 2017-04-17
currently the scons cache pruning script deletes the cache config file because it is not updated regularly ($CACHE_DIR/config) However, this file should never be deleted. We don't run into this on our ephemeral systems because they are not long-lived enough to ever hit this issue, but any attempt to share and prune the cache between builds will lead to corrupted caches, missing the config file.