You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It turns out the `unsorted-dict-items` disable in versions.bzl is
load-bearing: the
precedence of what host-compatible runtime is selected depends on the
order of keys.
Hence, the keys are carefully defined such that freethreaded and musl
come after the
regular runtimes.
Make this subtle and implicit behavior explicit by having an ordering
function that
sorts keys in the order we want.
Work towards bazel-contrib#2081
---------
Co-authored-by: Ignas Anikevicius <[email protected]>
0 commit comments