bazel-contrib / bazel_features

Support Bazel "feature detection" from starlark
https://docs.google.com/document/d/1HJf3gMYIrzmTRqbD4nWXH2eJRHXjLrOU0mmIeZplUzY/edit#heading=h.5mcn15i0e1ch
Apache License 2.0
17 stars 13 forks source link

'@bazel_features_version' is not defined #27

Closed LLlkaiwen closed 10 months ago

LLlkaiwen commented 10 months ago

when I use bazel_features in bazel 5. I meet the following error external/bazel_features/private/util.bzl:1:6: Unable to find package for @bazel_features_version//:version.bzl: The repository '@bazel_features_version' could not be resolved: Repository '@bazel_features_version' is not defined.

andrewkatson commented 7 months ago

@LLlkaiwen how did you fix this?