Description of the problem / feature request:
exec_properties is a universal target attribute documented as:
A dictionary of strings that will be added to the exec_properties of a platform selected for this target.
This doesn't seem to be working as expected when combined with --remote_default_exec_properties. Instead of merging, the default exec properties get completely ignored.
The build is not using a platform() rule (the container-image name is too dynamic to easily put in a source file), so I would have expected --remote_default_exec_properties to be used.
What operating system are you running Bazel on?
Linux
What's the output of bazel info release?
release 1.0.0
Description of the problem / feature request:
exec_propertiesis a universal target attribute documented as:This doesn't seem to be working as expected when combined with
--remote_default_exec_properties. Instead of merging, the default exec properties get completely ignored.The build is not using a
platform()rule (thecontainer-imagename is too dynamic to easily put in a source file), so I would have expected--remote_default_exec_propertiesto be used.What operating system are you running Bazel on?
Linux
What's the output of
bazel info release?release 1.0.0