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

Fix Travis Windows build #3418

Merged
merged 9 commits into from Jul 15, 2019
Merged

Commits on Jul 13, 2019

  1. Configuration menu
    Copy the full SHA
    bd2c768 View commit details
    Browse the repository at this point in the history
  2. Change conditional

    Maybe uname == Linux was true on the windows VM?
    This could be a way to avoid the secret environment variable issue with
    Travis CI.
    phansch authored and flip1995 committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    ac6e52a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2991f31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b8ebcc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c100c70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4817c2c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    876a7e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2019

  1. Revert "Remove CARGO_INCREMENTAL=0 from windows build"

    This reverts commit 876a7e1.
    
    Using incremental build on windows increases the build time on travis by
    about 8 minutes.
    flip1995 committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    625051d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce2a7b0 View commit details
    Browse the repository at this point in the history