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 ammar2
Recipients ammar2, steve.dower
Date 2020-02-20.12:23:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582201406.96.0.183994759448.issue39699@roundup.psfhosted.org>
In-reply-to
Content
I think the Github action for building CPython on Ubuntu is accidentally caching the built Python files.

If we take a look at: https://github.com/python/cpython/runs/455936632#step:7:1
and
https://github.com/python/cpython/pull/18567/checks?check_run_id=457662461#step:8:1

It seems like it's running way too fast (and producing too little output) to actually be building all of CPython.

Adding Steve who originally authored the action to the nosy list to see if they might have any insight.
History
Date User Action Args
2020-02-20 12:23:27ammar2setrecipients: + ammar2, steve.dower
2020-02-20 12:23:26ammar2setmessageid: <1582201406.96.0.183994759448.issue39699@roundup.psfhosted.org>
2020-02-20 12:23:26ammar2linkissue39699 messages
2020-02-20 12:23:26ammar2create