bazelbuild / buildtools

A bazel BUILD file formatter and editor
Apache License 2.0
1.01k stars 415 forks source link

Stop testing the ability to set `licenses` and `distribs` in `package()` #1261

Closed aiuto closed 5 months ago

aiuto commented 6 months ago

Stop testing the ability to set licenses and distribs in the package() function.

The distribs and licenses features are being removed from Bazel. Both are obsolete in the package() rule. distribs as a top level function will be removed in a near release of Bazel. licenses in package() may soon become a no-op.