[python-committers] Travis-CI compiles twice (original) (raw)
Victor Stinner victor.stinner at gmail.com
Mon Jul 24 06:27:41 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 ]
I read again the read and I misunderstood it. I didn't notice that "make buildbottest" recompiles Python. Ok, I confirm the bug.
I see two options:
- move the "make regen-all" check before "make"
- move the "make regen-all" check in a different Travis CI. If we move the test in a GCC job, it would allow to check regen and GCC warnings in the same job.
Victor
2017-07-24 12:16 GMT+02:00 Antoine Pitrou <antoine at python.org>:
Le 24/07/2017 à 10:55, Victor Stinner a écrit : IMHO everything is fine and we don't have to do anything ;-) What do you mean? The fact that all the CPython source code (including C extensions) is compiled twice looks suboptimal to me. We could probably win a minute or two on Travis-CI build times. 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/
- 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 ]