bazelbuild / examples

Examples for Bazel
http://bazel.build
Apache License 2.0
800 stars 497 forks source link

[Bazel CI] Error name 'aar_import' is not defined with Bazel@HEAD #454

Closed sgowroji closed 1 month ago

sgowroji commented 1 month ago

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3858#018f7a6e-38e7-484f-9452-93b2e739d7a2

Platform: Ubuntu, MacOs, Windows

Logs:

ERROR: /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/f761224a263130470633a48378e6e87d/external/maven/BUILD:43:1: name 'aar_import' is not defined (did you mean 'cc_import'?)

Culprit: https://github.com/bazelbuild/bazel/commit/947c72d699321c97518dbebe0e8ca59621b5da21

Steps:

 git clone https://github.com/bazelbuild/examples
git reset 4679b3915ebdec89b319c4da376b339484c7bf81  --hard
export USE_BAZEL_VERSION=88a230f4cf28deec1455cb2caed4dc9f81e108c9
bazel build  //app:app 

CC Greenteam @fweikert

sgowroji commented 1 month ago

CC @ahumesky @ted-xie