[python-committers] Travis-CI compiles twice
Serhiy Storchaka
storchaka at gmail.com
Mon Jul 24 03:37:24 EDT 2017
More information about the python-committers mailing list
Mon Jul 24 03:37:24 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 ]
23.07.17 19:04, Brett Cannon пише: > 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. `make regen-all` touches header files which are dependencies for all binaries. I suggest to run `make regen-all` before `make`. The more complex way is making all generating scripts generating new content in memory and don't touching the output files if their content matches the generated content.
- 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