What happened?
Missing rules_cc imports
Version
Development (host) and target OS/architectures: Host & target Linux amd64
Output of bazel --version: bazel 9.0.0
Version of relevant rules from the WORKSPACE or MODULE.bazel file: 3.26.0-rc0.bcr.1
Language(s) and/or frameworks involved: C++, bullet
How to reproduce
Build bullet with Bazel 9
Any other information?
ERROR: Traceback (most recent call last):
File "/var/mnt/shared/cache/bazel/_bazel_xxx/2b61c82a4d2cd977ab5e47d06a3c5101/external/bullet+/BUILD.bazel", line 19, column 11, in
cc_library(
File "/virtual_builtins_bzl/bazel/exports.bzl", line 40, column 9, in _removed_rule_failure
Error in fail:
This rule has been removed from Bazel. Please add a load() statement for it.
This can also be done automatically by running:
buildifier --lint=fix
What happened?
Missing rules_cc imports
Version
Development (host) and target OS/architectures: Host & target Linux amd64
Output of
bazel --version: bazel 9.0.0Version of relevant rules from the
WORKSPACEorMODULE.bazelfile: 3.26.0-rc0.bcr.1Language(s) and/or frameworks involved: C++, bullet
How to reproduce
Any other information?
ERROR: Traceback (most recent call last):
File "/var/mnt/shared/cache/bazel/_bazel_xxx/2b61c82a4d2cd977ab5e47d06a3c5101/external/bullet+/BUILD.bazel", line 19, column 11, in
cc_library(
File "/virtual_builtins_bzl/bazel/exports.bzl", line 40, column 9, in _removed_rule_failure
Error in fail:
This rule has been removed from Bazel. Please add a
load()statement for it.This can also be done automatically by running:
buildifier --lint=fix