New submission from Ammar Askar <[email protected]>:
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. ---------- components: Build messages: 362316 nosy: ammar2, steve.dower priority: normal severity: normal status: open title: Ubuntu Github action not fully running build process type: behavior _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue39699> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
