bazelembedded / bazel-embedded

Tools for embedded/bare-metal development using bazel
https://www.nb.rough.run/tags/bazel/
MIT License
103 stars 31 forks source link

Bazel 7 support #75

Open LandryNorris opened 6 months ago

LandryNorris commented 6 months ago

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.