Skip to content

Commit

Permalink
Update features.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Sep 18, 2023
1 parent 83b4138 commit 153e7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ _external_deps = struct(
# literals (i.e., "@@repo//pkg:file").
is_bzlmod_enabled = str(Label("//:invalid")).startswith("@@"),
# Whether module_extension has the os_dependent and arch_dependent parameters.
# https://github.com/bazelbuild/bazel/commit/c1165a994343cb2c5ff9ffa7e97b0ce565b8967b
# https://github.com/bazelbuild/bazel/commit/970b9dda7cd215a29d73a53871500bc4e2dc6142
module_extension_has_os_arch_dependent = ge("6.4.0"),
)

Expand Down

0 comments on commit 153e7a7

Please sign in to comment.