bazel-contrib / rules_jvm_external

Bazel rules to resolve, fetch and export Maven artifacts
Apache License 2.0
324 stars 247 forks source link

[Bazel CI] Bazel fails with `name 'android_ndk_repository' is not defined` #1214

Open sgowroji opened 1 month ago

sgowroji commented 1 month ago

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4045#01913553-83fa-4e19-bf19-e55d8ea024e5

Platform: MacOS

Logs:


ERROR: /Users/buildkite/builds/bk-macos-pln3-p8w4/bazel-org-repo-root/rules_jvm_external/WORKSPACE.bzlmod:5:1: name 'android_ndk_repository' is not defined (did you mean 'android_sdk_repository'?)

CC Greenteam @meteorcloudy

meteorcloudy commented 1 month ago

Caused by https://github.com/bazelbuild/bazel/commit/cd8a1551ad624c95d8f0f633fe4200be8593f175

ahumesky commented 3 weeks ago

I can fix this in the course of updating to the latest rules_android after addressing https://github.com/bazelbuild/rules_jvm_external/pull/1215