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

Update clang to 12.0.0 on Windows and macOS #84894

Merged
merged 2 commits into from
May 4, 2021

Commits on May 3, 2021

  1. CI: Extract LLVM win64 installer directly, using 7z

    Currently, we have LLVM tarballs for win64, generated by someone running
    the installer via wine and tarring up the result.
    
    7z knows how to extract NSIS installers directly, and the result is
    identical to our tarball, except that it doesn't include `Uninstall.exe`
    (which we don't care about) and it includes the NSIS plugin directory
    (which we also don't care about).
    
    This simplifies the process of upgrading CI, and allows us to just
    mirror the upstream release .exe directly. This also improves our
    supply chain.
    joshtriplett committed May 3, 2021
    Configuration menu
    Copy the full SHA
    22d187a View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Update clang to 12.0.0 on Windows and macOS

    Needed for rust-lang#84764 . Tarballs
    already uploaded to the CI mirror bucket.
    joshtriplett committed May 4, 2021
    Configuration menu
    Copy the full SHA
    b9ef51f View commit details
    Browse the repository at this point in the history