-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Allow cc_toolchain injection for cuda_toolchain #272
Labels
enhancement
New feature or request
Comments
What is the error message? |
|
To allow some kind of customizaiton, we might instead of implement something like depends on something like |
Related to #194 |
Thanks, closing this as duplicate of #194 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here in the cuda_toolchain rule, you specify the
"_cc_toolchain": attr.label(default = "@bazel_tools//tools/cpp:current_cc_toolchain")
. I would like to specify a different cc toolchain. What I am currently at isAny idea what's wrong with my setup?
The text was updated successfully, but these errors were encountered: