[issue46789] Restore caching of externals on Windows buildbots

Jeremy Kloth report at bugs.python.org
Mon Feb 21 10:00:07 EST 2022


Jeremy Kloth <jeremy.kloth at gmail.com> added the comment:

> Would it be possible to create a download cache somewhere outside the Python source tree, so "git clean -fdx" would not remove this cache?

I was thinking of locating it next to the checkout directory.  The
current structure is:

[worker root]
-- [builder root]
---- [checkout]

I propose to add the externals directory within the builder root, so
each branch would still have a unique copy.

----------
nosy: +jeremy.kloth

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46789>
_______________________________________


More information about the Python-bugs-list mailing list