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.22:04:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582236278.89.0.540155824718.issue39699@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-02-20 22:04:38ammar2setrecipients: + ammar2, steve.dower
2020-02-20 22:04:38ammar2setmessageid: <1582236278.89.0.540155824718.issue39699@roundup.psfhosted.org>
2020-02-20 22:04:38ammar2linkissue39699 messages
2020-02-20 22:04:38ammar2create