examples icon indicating copy to clipboard operation
examples copied to clipboard

bazel build //backend //android //ios-app is failing on Bazel CI

Open meteorcloudy opened this issue 3 years ago • 0 comments

https://buildkite.com/bazel/bazel-at-head-plus-disabled/builds/1275#db838057-2415-47df-8c4f-36a9b370eb5c

(08:09:23) ERROR: /Users/buildkite/builds/bk-imacpro-5/bazel-downstream-projects/examples/tutorial/ios-app/BUILD:14:16: every rule of type ios_application implicitly depends upon the target '@bazel_tools//tools/objc:j2objc_dead_code_pruner', but this target could not be found because of: no such target '@bazel_tools//tools/objc:j2objc_dead_code_pruner': target 'j2objc_dead_code_pruner' not declared in package 'tools/objc' defined by /private/var/tmp/_bazel_buildkite/3439a99b24db0d366740d41904319223/external/bazel_tools/tools/objc/BUILD

Probably we need to update rules_apple version, just like we did for rules_foreign_cc: PR

meteorcloudy avatar Apr 25 '22 08:04 meteorcloudy