You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yup. I'm trying to upstream a bunch of fixes we've built up over the years that let us cross compile against sysroots. I'm quickly finding all the places where new flags need to be injected in very specific spots through unix_cc_toolchain_config which don't exist.
The new BUILD file based C++ toolchains promise to be much easier to maintain.
https://github.com/bazelbuild/rules_cc/tree/main/examples/rule_based_toolchain
What do you all think about switching over to using those? I'm happy to help.
The example makes it look like we can reuse pieces from
rules_cc
.The text was updated successfully, but these errors were encountered: