bazelbuild / rules_python

Bazel Python Rules
https://rules-python.readthedocs.io
Apache License 2.0
538 stars 542 forks source link

[Bazel CI] Error: no native function or rule 'cc_proto_library' #2429

Closed sgowroji closed 4 days ago

sgowroji commented 6 days ago

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4278#019347c3-2f19-4b39-8dd0-5bcdcfe15694

Platform: Multiple

Logs:

Error: no native function or rule 'cc_proto_library'

Culprit:

Steps:

 git clone https://github.com/bazelbuild/rules_python
git reset b9b0948234216cf43bb898eec078b1c71a37c1f9  --hard
export USE_BAZEL_VERSION=4b37e244d0c73e7faa0d840069e80a63dfc1b580
bazel build //... 

CC Greenteam @meteorcloudy