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...
@brentleyjones did you ever get a chance to test this
I debugged this a bit more. The way this worked before is a user would first install pip, since it wasn't previously installed in the venvs with: ``` curl https://bootstrap.pypa.io/get-pip.py...
yea i think there's a lot of value in that workflow in order to test other packages. our developers often install developer-only tools that we might not want to include...
i should rebase these