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
Force the Bazel server Java runtime to use the root locale
This ensures consistent behavior of string operations even if the individual operations do not set a locale.
Without this change, Bazel can't operate in e.g. a Turkish locale, where it fails with error messages such as:
In rule 'test', size 'medium' is not a valid size.
This is because Turkish case mapping rules make it so that a capital ASCII 'I' lowercases to a non-ASCII variant of 'i'.
Fixes#17541Closes#17702.
PiperOrigin-RevId: 515339563
Change-Id: I8417d0befd76ba6d140588be5f7e50529af3f6c7
0 commit comments