Skip to content

Commit

Permalink
build: update aspect_bazel_lib to fix windows gzip issues
Browse files Browse the repository at this point in the history
Workaround until `rules_js` imports the latest version of
`aspect_bazel_lib`: bazel-contrib/bazel-lib#968
  • Loading branch information
devversion committed Nov 26, 2024
1 parent 0d74a75 commit 46736b6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ http_archive(

load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")

# Override for `rules_js` version of Aspect lib due to a bug on Windows
# https://github.com/bazel-contrib/bazel-lib/issues/968
http_archive(
name = "aspect_bazel_lib",
sha256 = "349aabd3c2b96caeda6181eb0ae1f14f2a1d9f3cd3c8b05d57f709ceb12e9fb3",
strip_prefix = "bazel-lib-2.9.4",
url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.9.4/bazel-lib-v2.9.4.tar.gz",
)

rules_js_dependencies()

http_archive(
Expand Down

0 comments on commit 46736b6

Please sign in to comment.