-
The documentation mentions that "toolchains and execution platforms registered by modules that are (transitive) dependencies of the root module" are considered during toolchain resolution, with lower precedence than toolchains registered in the root module itself. But,
|
Beta Was this translation helpful? Give feedback.
Answered by
Wyverald
Jul 23, 2024
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
tpudlik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Among direct deps of the same module, earlier declarations win against later ones. That is, ordering of
bazel_dep
directives is significant in terms of toolchain resolution.It's always BFS order