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
repository_ctx.download_and_extract
This is exactly the same as #1078. repository_ctx.download_and_extract doesn't create the destination dir, so you have to do something like:
ctx.file(ctx.path("empty"), "") ctx.download_and_extract(...)
The text was updated successfully, but these errors were encountered:
This bug caused my no end of confusion while implementing mono as an external repository. Thanks for the workaround 👍
Sorry, something went wrong.
This is a duplicate of #1172
Remove workaround from repository_ctx.download_and_extract
88925dc
bazelbuild/bazel#1235 is fixed now.
Remove workaround from repository_ctx.download_and_extract (#38)
b7e99ea
No branches or pull requests
This is exactly the same as #1078.
repository_ctx.download_and_extract
doesn't create the destination dir, so you have to do something like:The text was updated successfully, but these errors were encountered: