Skip to content

Commit

Permalink
bazel: Update seastar ref
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanDollberg committed Oct 14, 2024
1 parent d033024 commit 2c51731
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 = "948e5f8ad769114a4721c81d5829f675ac51482e4a9a106d57ab313104308666",
strip_prefix = "seastar-4350d7960ec5ac8a1cf9274316c8f1ab1896d24e",
url = "https://github.com/redpanda-data/seastar/archive/4350d7960ec5ac8a1cf9274316c8f1ab1896d24e.tar.gz",
sha256 = "6451633c3a4c0422845f441994fe87d1f5a3caabf3e9d4abec733e47bfbed896",
strip_prefix = "seastar-4a3406ce4071f0bc472233c4c669582ca527db89",
url = "https://github.com/redpanda-data/seastar/archive/4a3406ce4071f0bc472233c4c669582ca527db89.tar.gz",
patches = ["//bazel/thirdparty:seastar-fortify-source.patch"],
patch_args = ["-p1"],
)
Expand Down

0 comments on commit 2c51731

Please sign in to comment.