Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tensorflow unconditionally sets these flags in their bazelrc and uses them to control some dependencies. A usage of these just showed up in some dependency we transitively include through the tensorflow python monolithic target in tensorflow/tensorflow@de51a99, so now we get errors about not finding dependencies (https://source.cloud.google.com/results/invocations/b6432bad-9c55-4911-b6b3-755e1c87e73c/targets). I would love to not have to pollute our bazelrc with TF weirdness, but this is yet another case of TF making itself unusable as a library and I don't see a lot of other options. PiperOrigin-RevId: 319267814
- Loading branch information