-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add ninja #8348
Comments
Hello! We understand your concerns, but our opinion on the issue has not yet changed since #4972. The instrument is extremely easy to install in runtime. I'm going to close this issue but feel free to open new in case of other concerns. |
Further commentery on this matter: While the tool is easy to install at runtime, with the suggested command
|
I just asked runtime installation to be officially documented, please upvote: Ever growing list of duplicates gathered at: |
Tool name
ninja
Tool license
Apache 2.0
Add or update?
Desired version
latest
Approximate size
200-500 KB
Brief description of tool
Ninja is a build tool, commonly used as the build tool for CMake.
This tool has been implicitly included in the windows-2022 images for a long time, installed as a transitive dependency, but after a recent update it no longer is included. (It hasn't been included on Ubuntu or macOS images though.)
I believe it would be useful to have it formally included among the tools that intentionally are installed. On Windows, including it wouldn't in the end carry more software than the image used to before anyway, as it already used to be included transitively.
While it can be installed manually, doing so is an extra unnecessary step when CMake already is available out of the box in the images, and CMake frequently is used together with Ninja.
URL for tool's homepage
https://github.com/ninja-build/ninja
Provide a basic test case to validate the tool's functionality.
No response
Platforms where you need the tool
Runner images where you need the tool
Can this tool be installed during the build?
No response
Tool installation time in runtime
No response
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: