Skip to content

Commit

Permalink
Merge pull request #22939 from pgellert/vbotbuildovich/backport-22901…
Browse files Browse the repository at this point in the history
…-v24.2.x-769

[v24.2.x] CORE-6859 bazel: update seastar with prometheus fix
  • Loading branch information
pgellert authored Aug 19, 2024
2 parents ab8c4f5 + c818e48 commit 27a773d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ def data_dependency():
http_archive(
name = "seastar",
build_file = "//bazel/thirdparty:seastar.BUILD",
sha256 = "88d71ffe853fdffef4669009367457ac5ea461a4afb688fa74528549520244ce",
strip_prefix = "seastar-6a4727efd9154ab475860578f01defcbb95df730",
url = "https:/redpanda-data/seastar/archive/6a4727efd9154ab475860578f01defcbb95df730.tar.gz",
sha256 = "18204fa9a6db7cf7695ad017a0850f58ebf385e9d0f4b05e8770fe4316a45ea2",
strip_prefix = "seastar-6499285ac3899809712124da7a50fbb21f9409f2",
url = "https:/redpanda-data/seastar/archive/6499285ac3899809712124da7a50fbb21f9409f2.tar.gz",
)

http_archive(
Expand Down

0 comments on commit 27a773d

Please sign in to comment.