question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fix Bazel incompatible changes

See original GitHub issue

This repository isn’t compatible with Bazel with the flag --all_incompatible_changes.

e.g. it fails with --incompatible_no_transitive_loads (https://buildkite.com/bazel/bazel-at-release-plus-incompatible-flags/builds/56#48b4d6c0-6ef6-4a1a-858c-7a68229fc715):

ERROR: /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/cc704b3d6f5c2a733329351f1fd5d404/external/android_test_support/tools/android/emulated_devices/macro/make_device.bzl:29:1: file '//tools/android/emulated_devices:macro/emulator_info.bzl' does not contain symbol 'emulator_is_qemu2'

Fixing the issues will ensure the code remains compatible with the future changes in Bazel. Let me know if you need any help.

cc @jin

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:14

github_iconTop GitHub Comments

1reaction
laurentlbcommented, Apr 16, 2019

@jin Can you try to update to Protobuf 3.7.1?

0reactions
laurentlbcommented, May 17, 2019

Any update?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix Bazel incompatible changes · Issue #311 - GitHub
I'd like to be able to build rules_closure with --all_incompatible_changes : cd rules_closure && bazel build --all_incompatible_changes //.
Read more >
Guide for rolling out breaking changes - Bazel
We will have to change our designs and fix the things that do not quite work. ... Once the commit is merged and...
Read more >
Updating Bazel - Bazel 4.1.0
Updating Bazel. The Bazel project has a backward compatibility policy (see guidance for rolling out incompatible changes if you are the author of...
Read more >
Backward Compatibility - Bazel
Incompatible changes and migration recipes​​ For every incompatible change in a new release, the Bazel team aims to provide a migration recipe that...
Read more >
Backward Compatibility - Bazel 0.22.0
Backward incompatible changes are introduced gradually: The backward incompatible change is introduced behind a flag with its default value set to false ....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found