Skip to content

Commit 0b925da

Browse files
committed
fixup! build: update aspect_bazel_lib to fix windows gzip issues
Test
1 parent 37f6832 commit 0b925da

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ jobs:
126126
e2e-windows-subset:
127127
runs-on: windows-latest
128128
steps:
129+
# Workaround for: https://github.com/bazel-contrib/bazel-lib/issues/968.
130+
- run: choco install gzip
129131
- name: Initialize environment
130132
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa
131133
- name: Install node modules

WORKSPACE

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,6 @@ http_archive(
3838

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

41-
# Override for `rules_js` version of Aspect lib due to a bug on Windows
42-
# https://github.com/bazel-contrib/bazel-lib/issues/968
43-
http_archive(
44-
name = "aspect_bazel_lib",
45-
sha256 = "349aabd3c2b96caeda6181eb0ae1f14f2a1d9f3cd3c8b05d57f709ceb12e9fb3",
46-
strip_prefix = "bazel-lib-2.9.4",
47-
url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.9.4/bazel-lib-v2.9.4.tar.gz",
48-
)
49-
5041
rules_js_dependencies()
5142

5243
http_archive(

0 commit comments

Comments
 (0)