bazelbuild / rules_foreign_cc

Build rules for interfacing with "foreign" (non-Bazel) build systems (CMake, configure-make, GNU Make, boost, ninja, Meson)
https://bazelbuild.github.io/rules_foreign_cc
Apache License 2.0
649 stars 232 forks source link

CI broken since Bazel 7.0.0 release #1141

Open jsharpe opened 6 months ago

jsharpe commented 6 months ago

As Bazel 7.0.0 enables bzlmod by default this has broken our CI configuration as the non-bzlmod based tests are now being built against bzlmod.

jsharpe commented 6 months ago

1142 is a temporary workaround but we should fix the issues with bzlmod as the default.