diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4a8d01e8..7656579c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -91,8 +91,6 @@ jobs: folder: . - os: windows folder: e2e/worker - - os: windows - folder: e2e/bzlmod # TODO: combine bzlmod and workspace into a single 'smoke' e2e - folder: e2e/bzlmod bzlmod: 0 diff --git a/e2e/bzlmod/MODULE.bazel b/e2e/bzlmod/MODULE.bazel index 505cdecf..fddb9e2b 100644 --- a/e2e/bzlmod/MODULE.bazel +++ b/e2e/bzlmod/MODULE.bazel @@ -9,6 +9,14 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0", dev_dependency = True) bazel_dep(name = "rules_proto", version = "5.3.0-21.7", dev_dependency = True) bazel_dep(name = "toolchains_protoc", version = "0.2.4", dev_dependency = True) +# TODO: upgrade and remove override to include d042d563c6a91f7e11f66c42c83429199bd3d5d9 +archive_override( + module_name = "aspect_bazel_lib", + integrity = "sha256-iboa/H1J/MVDaY1OC/Ev0FUbu6SovyimC1cTkVmBC/c=", + strip_prefix = "bazel-lib-d042d563c6a91f7e11f66c42c83429199bd3d5d9", + urls = ["https://github.com/bazel-contrib/bazel-lib/archive/d042d563c6a91f7e11f66c42c83429199bd3d5d9.tar.gz"], +) + npm = use_extension("@aspect_rules_js//npm:extensions.bzl", "npm", dev_dependency = True) npm.npm_translate_lock( name = "npm",