[issue39699] Ubuntu Github action not fully running build process

2020-02-20 Thread Steve Dower
Steve Dower added the comment: Probably just where I copied it from. PRs welcome! -- ___ Python tracker ___ ___ Python-bugs-list ma

[issue39699] Ubuntu Github action not fully running build process

2020-02-20 Thread Ammar Askar
Ammar Askar added the comment: Aah sorry. This was my mistake, I didn't notice that we're passing `-s` (silent) to make. It is actually performing the build underneath, just not with the outputs that get produced form other CIs. Steve, is there a reason the Github action and Azure pipelines:

[issue39699] Ubuntu Github action not fully running build process

2020-02-20 Thread Steve Dower
Steve Dower added the comment: 46s seems okay to me, especially since the 23s for autoconf is separate. Try introducing a warning/error into the source code and see if it breaks. -- ___ Python tracker _

[issue39699] Ubuntu Github action not fully running build process

2020-02-20 Thread Ammar Askar
New submission from Ammar Askar : 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=457662