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

ci(circleci): prevent timeout on circle-ci macos node10 build #7651

Merged
merged 1 commit into from Nov 7, 2019
Merged

ci(circleci): prevent timeout on circle-ci macos node10 build #7651

merged 1 commit into from Nov 7, 2019

Commits on Oct 27, 2019

  1. ci(circleci): prevent timeout on circle-ci macos node10 build

    The circle ci job for macOS on node 10 currently fails because it takes too long
    (both PR's #7649 and #7650 don't green because of that). A big chunk of the time
    is taken by updating homebrew - which in this macOS (the one connected to xcode 9
    => macOS 10.12) does not contain node 10 by default.
    
    This change:
    - sets the required xcode version to 11.0 -> this gets us a more up to date macOS
      version (except for node 6, which isn't available in the homebrew associated
      with xcode 11)
    - removes the brew update from the macOS node 10 job
    sverweij committed Oct 27, 2019
    Copy the full SHA
    e0b807d View commit details
    Browse the repository at this point in the history