Make exec_compatible_with configurable #24932
Labels
team-Configurability
platforms, toolchains, cquery, select(), config transitions
type: feature request
untriaged
Description of the feature request:
In our project we want to represent multiple types of hardware constraints where targets can support A, B, or both, for example:
Currently this fails with a strange error message:
But if you inline the select() that appears to be the core error.
I don't see another way to workaround this type of condition without introducing a parallel constraint_setting that I mirror on every platform that has one of the above constraints.
Which category does this issue belong to?
No response
What underlying problem are you trying to solve with this feature?
No response
Which operating system are you running Bazel on?
No response
What is the output of
bazel info release
?No response
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse HEAD
?Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: