Skip to content

Commit

Permalink
ci: try new bsdtar
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Dec 12, 2024
1 parent d884f58 commit 387359a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
7 changes: 7 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ module(
)

bazel_dep(name = "aspect_bazel_lib", version = "2.7.2")
archive_override(
module_name = "aspect_bazel_lib",
integrity = "sha256-raT3Dnx1rGi9HhpY/zgGNAcxi4LHCNdhZwDl6sQkuSQ=",
strip_prefix = "bazel-lib-d042d563c6a91f7e11f66c42c83429199bd3d5d9",
urls = ["https://github.com/bazel-contrib/bazel-lib/archive/d042d563c6a91f7e11f66c42c83429199bd3d5d9.zip"], # 11 Dec 2024
)

bazel_dep(name = "bazel_features", version = "1.10.0")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "platforms", version = "0.0.8")
Expand Down
6 changes: 6 additions & 0 deletions e2e/assertion/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
bazel_dep(name = "rules_go", version = "0.44.0")
bazel_dep(name = "gazelle", version = "0.35.0")
bazel_dep(name = "aspect_bazel_lib", version = "2.7.2")
archive_override(
module_name = "aspect_bazel_lib",
integrity = "sha256-raT3Dnx1rGi9HhpY/zgGNAcxi4LHCNdhZwDl6sQkuSQ=",
strip_prefix = "bazel-lib-d042d563c6a91f7e11f66c42c83429199bd3d5d9",
urls = ["https://github.com/bazel-contrib/bazel-lib/archive/d042d563c6a91f7e11f66c42c83429199bd3d5d9.zip"], # 11 Dec 2024
)

go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
go_deps.from_file(go_mod = "//registry:go.mod")
Expand Down
7 changes: 7 additions & 0 deletions e2e/smoke/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
"Bazel dependencies"

bazel_dep(name = "aspect_bazel_lib", version = "2.7.2")
archive_override(
module_name = "aspect_bazel_lib",
integrity = "sha256-raT3Dnx1rGi9HhpY/zgGNAcxi4LHCNdhZwDl6sQkuSQ=",
strip_prefix = "bazel-lib-d042d563c6a91f7e11f66c42c83429199bd3d5d9",
urls = ["https://github.com/bazel-contrib/bazel-lib/archive/d042d563c6a91f7e11f66c42c83429199bd3d5d9.zip"], # 11 Dec 2024
)

bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "platforms", version = "0.0.8")
bazel_dep(name = "rules_oci", version = "0.0.0")
Expand Down
7 changes: 7 additions & 0 deletions e2e/wasm/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
bazel_dep(name = "rules_oci", version = "0.0.0")
bazel_dep(name = "aspect_bazel_lib", version = "2.7.2")
archive_override(
module_name = "aspect_bazel_lib",
integrity = "sha256-raT3Dnx1rGi9HhpY/zgGNAcxi4LHCNdhZwDl6sQkuSQ=",
strip_prefix = "bazel-lib-d042d563c6a91f7e11f66c42c83429199bd3d5d9",
urls = ["https://github.com/bazel-contrib/bazel-lib/archive/d042d563c6a91f7e11f66c42c83429199bd3d5d9.zip"], # 11 Dec 2024
)

bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "platforms", version = "0.0.8")
bazel_dep(name = "rules_rust", version = "0.45.1")
Expand Down

0 comments on commit 387359a

Please sign in to comment.