This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients jkloth, pablogsal, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2022-02-21.12:34:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645446847.86.0.703455640244.issue46789@roundup.psfhosted.org>
In-reply-to
Content
Would it be possible to create a download cache somewhere outside the Python source tree, so "git clean -fdx" would not remove this cache?

Some CIs implement such cache. Does buildbot have helpers for that?

buildbot provides for example:

* LRUCache: https://docs.buildbot.net/2.4.0/full.html#module-buildbot.util.lru
* State: https://docs.buildbot.net/2.4.0/full.html#keeping-state
* Server cache: https://docs.buildbot.net/2.4.0/full.html#caches

In this case, one option would be to enhance PCbuild/get_external.py to add support for a cache directory.
History
Date User Action Args
2022-02-21 12:34:07vstinnersetrecipients: + vstinner, paul.moore, tim.golden, jkloth, zach.ware, steve.dower, pablogsal
2022-02-21 12:34:07vstinnersetmessageid: <1645446847.86.0.703455640244.issue46789@roundup.psfhosted.org>
2022-02-21 12:34:07vstinnerlinkissue46789 messages
2022-02-21 12:34:07vstinnercreate