ctx.host_configuration was removed in bazel 7.0 as of this commit. Because of this, _gcc_arm_none_toolchain_config_info_impl will fail when calling gcc_arm_none_toolchain. I'm not sure if there's more changes in 7.0 that prevent updating, but this was the first I see when running.
ctx.host_configuration
was removed in bazel 7.0 as of this commit. Because of this,_gcc_arm_none_toolchain_config_info_impl
will fail when callinggcc_arm_none_toolchain
. I'm not sure if there's more changes in 7.0 that prevent updating, but this was the first I see when running.