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: Install clang on Windows through tarballs #62758

Merged
merged 1 commit into from
Jul 25, 2019

Commits on Jul 17, 2019

  1. ci: Install clang on Windows through tarballs

    Previously we used the executables built the LLVM project but these
    executables are difficult to run in a CI environment, they can
    accidentally pollute global state, etc. In testing some of the possible
    4-core machine environments for Azure this step would frequently cause
    issues.
    
    To assuage these future issues and hopefully make builds slightly more
    self-contained, this commit changes to install from a tarball instead.
    The tarball isn't provided by LLVM itself, but we use the offical LLVM
    installer to extract itself and then we pack up the LLVM installation
    directory into the tarball.
    alexcrichton committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    795f93b View commit details
    Browse the repository at this point in the history