We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
builder_describe_internal_dependency
build-utils.md
It seems to me that the example for builder_describe_internal_dependency in build-utils.md and builder.inc.sh is wrong.
builder.inc.sh
Shouldn't this be the following?
builder_describe_internal_dependency \ build:mac build:mac-x86_64 \ build:mac build:mac-arm64
The text was updated successfully, but these errors were encountered:
docs(common): Fix documentation for builder_describe_internal_dependency
1e734a4
Fixes #9581.
core/build.sh shows that the documentation is in deed wrong.
core/build.sh
Sorry, something went wrong.
🤦🏼 my bad
Successfully merging a pull request may close this issue.
It seems to me that the example for builder_describe_internal_dependency in
build-utils.md
andbuilder.inc.sh
is wrong.Shouldn't this be the following?
The text was updated successfully, but these errors were encountered: