Replies: 1 comment
-
have you tried running your build with I suspect your toolchain condition is a bit too strict
It seems like you are running this on Windows? would removing either |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I need to implement a custom toolchain in Bazel to use a custom compiler "ccppc".
I'm following: https://bazel.build/extending/toolchains, but I'm getting a bunch or errors.
Any help would be greatly appreciated 🙏
Here is my setup:
ccppc_tools/rules.bzl
:ccppc_tools/BUILD
:src/BUILD
:WORKSPACE
:My command:
The errors:
Beta Was this translation helpful? Give feedback.
All reactions