Keith Smiley
Keith Smiley
can you rebase and drop the first commit
> Hmm, I wouldn't normally be opposed to it, but it'd be a breaking change, and there might be some use cases for not providing the data attribute. Oh is...
ah yea a default might be nice, but I guess there probably isn't a standard expectation we could have for what that label would be?
https://github.com/bazelbuild/bazelisk/pull/567
as a shorter-term workaround, here is the list of env vars that does invalidate that repo: https://github.com/bazelbuild/rules_cc/blob/1f84d1e945426a7e5aa6ee36476a6a4c4c3a6888/cc/private/toolchain/cc_configure.bzl#L92-L144 so you can put the full path to clang in `CC` or something...
in your link i guess that value wouldn't change even tho the absolute path changes? bazel isn't doing anything super smart with the invalidation of these, it's a pure text...