-
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
Remove --distinct_host_configuration
#17731
Labels
P1
I'll work on this now. (Assignee required)
team-Configurability
platforms, toolchains, cquery, select(), config transitions
type: feature request
Comments
@katre Instead of removing the flag without replacement, would there be an option to replace it with a |
The flag is already a no-op: this is just to track deleting it. If the feature is actually useful (and I am not convinced that it is, it involved lying to Bazel about what you were building), a new feature request can be filed and discussed. |
ShreeM01
added
the
team-Configurability
platforms, toolchains, cquery, select(), config transitions
label
Mar 10, 2023
copybara-service bot
pushed a commit
to google/tsl
that referenced
this issue
Mar 14, 2023
…guration`. Imported from GitHub PR tensorflow/tensorflow#59955 Part of bazelbuild/bazel#17731. Copybara import of the project: -- 35215b3aefdfe95eedd2b5ef034d8a1f09efdeae by John Cater <jcater@google.com>: Remove references to the Bazel flag `--distinct_host_configuration`. Part of bazelbuild/bazel#17731. Merging this change closes #59955 FUTURE_COPYBARA_INTEGRATE_REVIEW=tensorflow/tensorflow#59955 from katre:remove-dhc 35215b3aefdfe95eedd2b5ef034d8a1f09efdeae PiperOrigin-RevId: 516602815
copybara-service bot
pushed a commit
to google/tsl
that referenced
this issue
Mar 14, 2023
…guration`. Imported from GitHub PR tensorflow/tensorflow#59955 Part of bazelbuild/bazel#17731. Copybara import of the project: -- 35215b3aefdfe95eedd2b5ef034d8a1f09efdeae by John Cater <jcater@google.com>: Remove references to the Bazel flag `--distinct_host_configuration`. Part of bazelbuild/bazel#17731. Merging this change closes #59955 FUTURE_COPYBARA_INTEGRATE_REVIEW=tensorflow/tensorflow#59955 from katre:remove-dhc 35215b3aefdfe95eedd2b5ef034d8a1f09efdeae PiperOrigin-RevId: 516602815
copybara-service bot
pushed a commit
to google/tsl
that referenced
this issue
Mar 14, 2023
…guration`. Imported from GitHub PR tensorflow/tensorflow#59955 Part of bazelbuild/bazel#17731. Copybara import of the project: -- 35215b3aefdfe95eedd2b5ef034d8a1f09efdeae by John Cater <jcater@google.com>: Remove references to the Bazel flag `--distinct_host_configuration`. Part of bazelbuild/bazel#17731. Merging this change closes #59955 PiperOrigin-RevId: 516637279
copybara-service bot
pushed a commit
to openxla/xla
that referenced
this issue
Mar 14, 2023
…guration`. Imported from GitHub PR tensorflow/tensorflow#59955 Part of bazelbuild/bazel#17731. Copybara import of the project: -- 35215b3aefdfe95eedd2b5ef034d8a1f09efdeae by John Cater <jcater@google.com>: Remove references to the Bazel flag `--distinct_host_configuration`. Part of bazelbuild/bazel#17731. Merging this change closes #59955 PiperOrigin-RevId: 516637279
gregestren
added
P1
I'll work on this now. (Assignee required)
type: feature request
labels
Mar 20, 2023
fweikert
pushed a commit
to fweikert/bazel
that referenced
this issue
May 25, 2023
Fixes bazelbuild#17731. RELNOTES: The flag `--distinct_host_configuration` is removed. It has been a no-op since Bazel 6.0.0. PiperOrigin-RevId: 518366987 Change-Id: I6fff03380586cc771151ba4252eba7afba12323e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
P1
I'll work on this now. (Assignee required)
team-Configurability
platforms, toolchains, cquery, select(), config transitions
type: feature request
The flag
--distinct_host_configuration
is a no-op since Bazel 6.0.0 (specifically, since 78d0fc9).The flag should be entirely removed, which means also removing all uses.
The text was updated successfully, but these errors were encountered: