We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c730b commit d005df8Copy full SHA for d005df8
1 file changed
features.bzl
@@ -112,6 +112,12 @@ _external_deps = struct(
112
# https://github.com/bazelbuild/bazel/commit/2ce32e70485ab807e5188efcb696927ec6606a3e
113
# https://github.com/bazelbuild/bazel/commit/4edfe3276c127f73145018f4973cc422da61f05d
114
repo_rules_relativize_symlinks = ge_same_major("9.0.1") or ge("10.0.0-pre.20260322.2"),
115
+ # Whether facts are supported
116
+ #
117
+ # Only use this when a module_ctx is not available.
118
+ # Otherwise use `hasattr(module_ctx, "facts")`
119
+ # https://github.com/bazelbuild/bazel/commit/0b3c45f46d144d07fd4d562f55069bba0cd49a09
120
+ has_facts = ge("8.5.0"),
121
)
122
123
_flags = struct(
0 commit comments