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: Disable LLVM/debug assertions for asmjs builder #61586

Merged
merged 1 commit into from
Jun 7, 2019

Commits on Jun 6, 2019

  1. ci: Disable LLVM/debug assertions for asmjs builder

    This shaves of 50 minutes of cycle time on Azure and will likely also
    save a significant chunk of time on Travis. The assertions here aren't
    really buying us much over other builders with assertions already
    enabled, so let's disable them for this builder.
    
    cc rust-lang#61185
    alexcrichton committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    7d1f762 View commit details
    Browse the repository at this point in the history