Remove uses of incompatible_use_toolchain_transition now that it is…#452
Merged
aiuto merged 1 commit intobazelbuild:mainfrom Oct 27, 2021
katre:remove-toolchain-transition
Merged
Remove uses of incompatible_use_toolchain_transition now that it is…#452aiuto merged 1 commit intobazelbuild:mainfrom katre:remove-toolchain-transition
incompatible_use_toolchain_transition now that it is…#452aiuto merged 1 commit intobazelbuild:mainfrom
katre:remove-toolchain-transition
Conversation
… enabled by default in Bazel 5.0. This is a step towards removing it entirely. Part of bazelbuild/bazel#14127.
aiuto
approved these changes
Oct 27, 2021
Collaborator
|
Correct me if I'm wrong, but could this cause issues with the 4.x series, where the setting is False by default? |
Contributor
Author
|
@nacl: you are correct, I'm sending a PR shortly to restore it. |
mostynb
added a commit
to mostynb/rules_pkg
that referenced
this pull request
Jun 23, 2025
…een removed from bazel This breaks compatibility with bazel 4.x, in order to fix compatibility with the tip of bazel's master branch. Resolves bazelbuild#962 See also: bazelbuild#452, bazelbuild#454
tonyaiuto
added a commit
that referenced
this pull request
Jun 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… enabled by
default in Bazel 5.0.
This is a step towards removing it entirely.
Part of bazelbuild/bazel#14127.