Skip to content

Commit 602168b

Browse files
committed
test: run e2e bzlmod test on windows ci
1 parent bbce476 commit 602168b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ jobs:
9191
folder: .
9292
- os: windows
9393
folder: e2e/worker
94-
- os: windows
95-
folder: e2e/bzlmod
9694
# TODO: combine bzlmod and workspace into a single 'smoke' e2e
9795
- folder: e2e/bzlmod
9896
bzlmod: 0

e2e/bzlmod/MODULE.bazel

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0", dev_dependency = True)
99
bazel_dep(name = "rules_proto", version = "5.3.0-21.7", dev_dependency = True)
1010
bazel_dep(name = "toolchains_protoc", version = "0.2.4", dev_dependency = True)
1111

12+
# TODO: upgrade and remove override to include d042d563c6a91f7e11f66c42c83429199bd3d5d9
13+
archive_override(
14+
module_name = "aspect_bazel_lib",
15+
integrity = "sha256-iboa/H1J/MVDaY1OC/Ev0FUbu6SovyimC1cTkVmBC/c=",
16+
strip_prefix = "bazel-lib-d042d563c6a91f7e11f66c42c83429199bd3d5d9",
17+
urls = ["https://github.com/bazel-contrib/bazel-lib/archive/d042d563c6a91f7e11f66c42c83429199bd3d5d9.tar.gz"],
18+
)
19+
1220
npm = use_extension("@aspect_rules_js//npm:extensions.bzl", "npm", dev_dependency = True)
1321
npm.npm_translate_lock(
1422
name = "npm",

0 commit comments

Comments
 (0)