bazelbuild / rules_go

Go rules for Bazel
Apache License 2.0
1.37k stars 649 forks source link

Flag --incompatible_use_platforms_repo_for_constraints will break rules_go in Bazel 1.2.1 #2319

Open bazel-flag-bot opened 4 years ago

bazel-flag-bot commented 4 years ago

Incompatible flag --incompatible_use_platforms_repo_for_constraints will break rules_go once Bazel 1.2.1 is released.

Please see the following CI builds for more information:

Questions? Please file an issue in https://github.com/bazelbuild/continuous-integration

Important: Please do NOT modify the issue title since that might break our tools.

jayconrod commented 4 years ago

I think all the rules_go work is done for this flag, but we're blocked on bazel_skylib. It was migrated in bazelbuild/bazel-skylib#214, but that commit is not released yet.

@aiuto Is there a bazel_skylib release planned soon that will include that fix?