bazelbuild / bazel-skylib

Common useful functions and rules for Bazel
https://bazel.build/
Apache License 2.0
387 stars 180 forks source link

Bump rules_pkg dep to 0.9.1 to fix build with --incompatible_config_setting_private_default_visibility #452

Closed tetromino closed 1 year ago

tetromino commented 1 year ago

Required for Bazel 7 compatibility.

Fixes #414

tetromino commented 1 year ago

... and it looks like the latest rules_pkg is broken with Bazel HEAD. Need to investigate