Skip to content

Commit

Permalink
bazel: Updated seastar ref
Browse files Browse the repository at this point in the history
Pull in changes from redpanda-data/seastar#158

Signed-off-by: Michael Boquard <[email protected]>
  • Loading branch information
michael-redpanda committed Dec 6, 2024
1 parent e2c9c1f commit 2d4906e
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 @@ -167,9 +167,9 @@ def data_dependency():
http_archive(
name = "seastar",
build_file = "//bazel/thirdparty:seastar.BUILD",
sha256 = "8b71096e8c57a5a1a447638fc64b05686ecd7f079861de7a3fe3112fd0e4d6f7",
strip_prefix = "seastar-ef24a8bc3f7dca212dfe982911bb726e5d37cef5",
url = "https://github.com/redpanda-data/seastar/archive/ef24a8bc3f7dca212dfe982911bb726e5d37cef5.tar.gz",
sha256 = "254bd1c2d26bb2d9df8e5217e1c50a2f08bce58b0a6d13cdc692192ee8b79a56",
strip_prefix = "seastar-f194d34ef62b5a64364291b941f97a9cd19b7835",
url = "https://github.com/redpanda-data/seastar/archive/f194d34ef62b5a64364291b941f97a9cd19b7835.tar.gz",
patches = ["//bazel/thirdparty:seastar-fortify-source.patch"],
patch_args = ["-p1"],
)
Expand Down

0 comments on commit 2d4906e

Please sign in to comment.