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 jkloth
Recipients jkloth, paul.moore, steve.dower, tim.golden, zach.ware
Date 2022-02-18.17:00:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645203625.57.0.7602685108.issue46789@roundup.psfhosted.org>
In-reply-to
Content
A recent change to the buildmaster config effectively disabled the caching of the externals for Windows buildbots:
   https://github.com/python/buildmaster-config/pull/255

If the caching is desired, a simple change to the buildmaster config is needed (define EXTERNALS_DIR in the build environment).  Or, to continue with fetching them each run, the buildbot scripts in Tools\buildbot can be simplified.

Once a course of action is determined I can develop the requisite PR(s) in the appropriate tracker.
History
Date User Action Args
2022-02-18 17:00:25jklothsetrecipients: + jkloth, paul.moore, tim.golden, zach.ware, steve.dower
2022-02-18 17:00:25jklothsetmessageid: <1645203625.57.0.7602685108.issue46789@roundup.psfhosted.org>
2022-02-18 17:00:25jklothlinkissue46789 messages
2022-02-18 17:00:25jklothcreate