-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--modify_execution_info
should be additive
#13342
Comments
This is still pretty annoying for us. We've had to switch in conditionally importing different |
Calling --modify_execution_info multiple times used to result in the last version being used. With this change, options are amended additively. Fixes bazelbuild#13342
Calling --modify_execution_info multiple times used to result in the last version being used. With this change, options are amended additively. Fixes bazelbuild#13342
Thank you for contributing to the Bazel repository! This issue has been marked as stale since it has not had any activity in the last 1+ years. It will be closed in the next 14 days unless any other activity occurs or one of the following labels is added: "not stale", "awaiting-bazeler". Please reach out to the triage team ( |
This issue has been automatically closed due to inactivity. If you're still interested in pursuing this, please reach out to the triage team ( |
Hmm, not stale. |
Calling --modify_execution_info multiple times used to result in the last version being used. With this change, options are amended additively. Fixes bazelbuild#13342
Calling --modify_execution_info multiple times used to result in the last version being used. With this change, options are amended additively if --incompatible_modify_execution_info_additive is set. Fixes bazelbuild#13342 Closes bazelbuild#16262. PiperOrigin-RevId: 631803759 Change-Id: I5386cbb0d02ef19a6b2ddf2f818cbab660b17c31
Calling --modify_execution_info multiple times used to result in the last version being used. With this change, options are amended additively if --incompatible_modify_execution_info_additive is set. Fixes bazelbuild#13342 Closes bazelbuild#16262. PiperOrigin-RevId: 631803759 Change-Id: I5386cbb0d02ef19a6b2ddf2f818cbab660b17c31
Calling --modify_execution_info multiple times used to result in the last version being used. With this change, options are amended additively if --incompatible_modify_execution_info_additive is set. Fixes #13342 Closes #16262. PiperOrigin-RevId: 631803759 Change-Id: I5386cbb0d02ef19a6b2ddf2f818cbab660b17c31 Closes #22288. Co-authored-by: Romain Chossart <[email protected]>
Calling --modify_execution_info multiple times used to result in the last version being used. With this change, options are amended additively if --incompatible_modify_execution_info_additive is set. Fixes bazelbuild#13342 Closes bazelbuild#16262. PiperOrigin-RevId: 631803759 Change-Id: I5386cbb0d02ef19a6b2ddf2f818cbab660b17c31
A fix for this issue has been included in Bazel 7.2.0 RC1. Please test out the release candidate and report any issues as soon as possible. |
Description of the problem / feature request:
Calling
--modify_execution_info
multiple times results in the last version being used, instead of allowing the addition/removal of current execution info. It should be additive, or a new flag should exist that allows it to be called multiple times.Feature requests: what underlying problem are you trying to solve with this feature?
In different
--config
we want to set different execution info. In particular, when conditionally using remote execution, and conditionally running on CI, we want to set different execution info.What operating system are you running Bazel on?
macOS
What's the output of
bazel info release
?release 4.0.0
The text was updated successfully, but these errors were encountered: