Skip to content

Commit

Permalink
chore: remove bazel 5 workaround
Browse files Browse the repository at this point in the history
Bazel-lib 2.0 doesn't include this anymore
  • Loading branch information
alexeagle committed Oct 10, 2023
1 parent 18b5c2e commit 7383f9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ rules_js_dependencies()

load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies")

# Workaround for Bazel 5 support
aspect_bazel_lib_dependencies(override_local_config_platform = True)
aspect_bazel_lib_dependencies()

load("@rules_nodejs//nodejs:repositories.bzl", "DEFAULT_NODE_VERSION", "nodejs_register_toolchains")

Expand Down

0 comments on commit 7383f9f

Please sign in to comment.