Skip to content

Conversation

kaczmarj
Copy link

This PR proposes adding a travis_wait instruction to docker build within the travis config file. Assuming that building the container takes less than 40 minutes, the Travis build should pass.

Travis-CI will kill a job if it does not produce output for 10 minutes. `travis_wait N` will allow a job to run without producing output for up to `N` minutes.
@markrwilliams
Copy link
Owner

@kaczmarj Wow, thanks! I think building glibc takes longer than 40 minutes, but I'll merge this and find out!

@kaczmarj
Copy link
Author

I believe Travis CI limits jobs to 50 minutes total (docs), so if it does not complete in 40 minutes, we could increase to 50. If that does not work, I would recommend using CircleCI because it has must longer time limits.

@markrwilliams markrwilliams merged commit eb06bac into markrwilliams:manylinux2 Feb 21, 2018
@kaczmarj kaczmarj deleted the kaczmarj-patch-1 branch February 21, 2018 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants