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

Switch to Ninja for building the native runtime #6904

Merged
merged 1 commit into from Dec 6, 2021
Merged

Commits on Dec 6, 2021

  1. Switch to Ninja for building the native runtime

    The version of `make` provided in the MSYS2 does not work well with CMake on
    Windows. This makes it impossible to do incremental nativeruntme builds on
    Windows.
    
    See https://stackoverflow.com/questions/2401976 for more details on the issue.
    
    Switch to using Ninja everywhere, which seems to be more reliable across
    platforms.
    
    PiperOrigin-RevId: 413717789
    hoisie committed Dec 6, 2021
    Copy the full SHA
    91631f2 View commit details
    Browse the repository at this point in the history