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
Also update cc_toolchain.toolchain_identifier when CC_TOOLCHAIN_NAME is set
Since we specify toolchain_identifier in cc_toolchain now, it is much more
strict in selecting a CROSSTOOL toolchain. This broke when CC_TOOLCHAIN_NAME
environment variable was set, as that only renamed toolchain identifier in the
CROSSTOOL, but not in the cc_toolchain. This cl fixes that.
This fixedbazelbuild/bazel-toolchains#198.
RELNOTES: None
PiperOrigin-RevId: 217666695
0 commit comments