Fix Bazel incompatible changes
See original GitHub issueThis 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:
- Created 5 years ago
- Comments:14
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jin Can you try to update to Protobuf 3.7.1?
Any update?