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
I am working with a C++ project and wanted to apply bazel-diff there. When I do changes in a toolchain definition (e.g. in a typical cc_toolchain_config.bzl file) it seems not to be detected.
Bazel handles toolchain resolution implicit to the target definitions. Could it be that bazel-diff misses those dependencies when it runs a normal query? In our project we add toolchains using the command line parameter --extra_toolchains which is not supported when running a bazel query.
The text was updated successfully, but these errors were encountered:
Hi!
I am working with a C++ project and wanted to apply
bazel-diff
there. When I do changes in a toolchain definition (e.g. in a typical cc_toolchain_config.bzl file) it seems not to be detected.Bazel handles toolchain resolution implicit to the target definitions. Could it be that
bazel-diff
misses those dependencies when it runs a normal query? In our project we add toolchains using the command line parameter--extra_toolchains
which is not supported when running a bazel query.The text was updated successfully, but these errors were encountered: