-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[Ninja] update to 1.10.1 #13562
[Ninja] update to 1.10.1 #13562
Conversation
|
Oh my! Putting the same thing in two locations ... |
I'm not sure why the CI on x86 failed. Downloading Ninja worked and it should have extracted, but CMake can't seem to find the executable. All other CI-jobs got past this point without issues and various other jobs on Windows have already finished successfully. |
That's really weird and I can't repro it. @BillyONeal can you please take a look? Thanks. |
Looks like it was using an old |
One other thing I'll note: asking GitHub to "rerun" doesn't trigger a "remerge" so it will only fix download failures. Pushing a merge with master is usually a better way to request a reattempt (unless your branch is already up to date of course) |
LGTM. |
Thanks for the fixes everyone! |
Describe the pull request
This updates the Ninja build system from 1.10.0 to 1.10.1 (for Windows, Linux and MacOS).
release notes Ninja v1.10.1
What does your PR fix? Fixes vcpkg bootstrap fails on macOS 10.12 (cause: ninja update 1.10) #10890
Which triplets are supported/not supported? Have you updated the CI baseline?
OSX v10.12 is again the minimum required for Ninja (was accidentally v10.14 with the 1.10 release).