[python-committers] Travis-CI compiles twice
Brett Cannon
brett at python.org
Sun Jul 23 12:04:21 EDT 2017
More information about the python-committers mailing list
Sun Jul 23 12:04:21 EDT 2017
- Previous message (by thread): [python-committers] Travis-CI compiles twice
- Next message (by thread): [python-committers] Travis-CI compiles twice
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If you look at the exact commands it's configure, make, and then make regen-all clinic. My guess is that last command is touching files in such a way that the make bulidbottest is causing make to rebuild some files. On Sun, Jul 23, 2017, 02:39 Antoine Pitrou, <antoine at python.org> wrote: > > Hi, > > I've noticed that Travis-CI (sometimes?) compiles CPython twice. > Example in https://travis-ci.org/python/cpython/jobs/256552880 > > First compilation in the "./configure && make" step: > https://travis-ci.org/python/cpython/jobs/256552880#L1103 > > Second compilation in "make buildbottest" step: > https://travis-ci.org/python/cpython/jobs/256552880#L1622 > > This probably loses a minute or two. > > Regards > > Antoine. > > _______________________________________________ > python-committers mailing list > python-committers at python.org > https://mail.python.org/mailman/listinfo/python-committers > Code of Conduct: https://www.python.org/psf/codeofconduct/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-committers/attachments/20170723/27797f16/attachment.html>
- Previous message (by thread): [python-committers] Travis-CI compiles twice
- Next message (by thread): [python-committers] Travis-CI compiles twice
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the python-committers mailing list