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@python.org
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/

Reply via email to