[issue39699] Ubuntu Github action not fully running build process

Ammar Askar report at bugs.python.org
Thu Feb 20 17:04:38 EST 2020


Ammar Askar <ammar at ammaraskar.com> 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:

* https://github.com/python/cpython/blob/1246d892038a693304549f8574e6c2784b91589a/.azure-pipelines/posix-steps.yml#L23

* https://github.com/python/cpython/blob/1246d892038a693304549f8574e6c2784b91589a/.github/workflows/build.yml#L58

both pass `-s` to make but Travis doesn't? It seems like it might potentially hide useful information about the build.

* https://github.com/python/cpython/blob/1246d892038a693304549f8574e6c2784b91589a/.travis.yml#L170

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list