Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Bazel incompatible flags #50

Open
laurentlb opened this issue Mar 6, 2019 · 1 comment
Open

Bazel incompatible flags #50

laurentlb opened this issue Mar 6, 2019 · 1 comment
Assignees

Comments

@laurentlb
Copy link
Contributor

From our latest CI run (https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/28#d18600f5-284d-41fa-ae37-b0e51d2e2ff8), migration is needed for the following flags:
  * --incompatible_depset_is_not_iterable
  * --incompatible_depset_union
  * --incompatible_disable_deprecated_attr_params
  * --incompatible_disable_legacy_proto_provider
  * --incompatible_use_toolchain_providers_in_java_common

In particular, depsets flags have been around for a while.
Documentation is here: https://docs.bazel.build/versions/master/skylark/depsets.html

Let me know if you need help

greggdonovan added a commit to greggdonovan/BUILD_file_generator that referenced this issue Mar 12, 2019
…vider --incompatible_depset_union.

Other failing checks depend on upstream updates of rules_scala and protobuf.
greggdonovan added a commit to greggdonovan/BUILD_file_generator that referenced this issue Mar 12, 2019
…vider --incompatible_depset_union.

Other failing checks depend on upstream updates of rules_scala and protobuf.
petroseskinder pushed a commit that referenced this issue Mar 13, 2019
…compatible_depset_union. (#51)

Other failing checks depend on upstream updates of rules_scala and protobuf.
@petroseskinder
Copy link
Member

thanks for updating @greggdonovan

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants