Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

travisCI mac builds are slow to start #36

Closed
cptwonton opened this issue Nov 17, 2017 · 3 comments
Closed

travisCI mac builds are slow to start #36

cptwonton opened this issue Nov 17, 2017 · 3 comments

Comments

@cptwonton
Copy link
Contributor

detailed here: travis-ci/travis-ci#7304

it seems unavoidable. One of my recent PRs was an "enhancement" to the .travis.yml.
I don't think waiting 20-30 minutes for the macOS build to start is worth it. So I can either:

  • remove the macOS portion from the .travis.yml build matrix. the .travis.yml is still enhanced compared to before, it just won't build on macOS
  • keep the macOS portion, but set it as optional so that build status will not depend on macOS. In other words, as soon as the linux one finishes, the build is complete. macOS will run when it runs, but build status does not wait or depend on macOS.

Or we can keep things as is. Please let me know which you'd prefer, I can make the change.

The attached screenshot below shows that there was a 15 minute delay. I've noticed delays past 30 minutes before.

image

@august782
Copy link
Collaborator

Thanks for bringing this up. If it is possible to make it optional, as you described, that would be my preferred option. I would appreciate it if you could open a PR that changes the build to make that part optional.

@owolabileg
Copy link
Collaborator

Yes, I agree with making it optional. Thanks 👍

@owolabileg
Copy link
Collaborator

mac builds removed in #39

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

No branches or pull requests

3 participants