Skip to content

Commit

Permalink
test: override bazel-lib in e2e/bzlmod to include windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard committed Dec 20, 2024
1 parent 7fe3b5c commit b5f6a9f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions e2e/bzlmod/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ local_path_override(
)

bazel_dep(name = "aspect_bazel_lib", version = "2.9.0", 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"],
)

bazel_dep(name = "bazel_skylib", version = "1.5.0", dev_dependency = True)
bazel_dep(name = "platforms", version = "0.0.10", dev_dependency = True)

Expand Down

0 comments on commit b5f6a9f

Please sign in to comment.