Skip to content

Commit

Permalink
Merge pull request #24343 from michael-redpanda/update-ss-clear-err-s…
Browse files Browse the repository at this point in the history
…tack

bazel: Updated Seastar commit
  • Loading branch information
michael-redpanda authored Nov 27, 2024
2 parents 6b7fc3c + 76445ed commit e04010f
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 = "464de3a0f62fec1ce75ed5e3b11b0e3ad47f6ee7ae20d5b57f52cc790ed5d260",
strip_prefix = "seastar-2380681a29718c1e5760cb8559de4f6d487a6572",
url = "https://github.com/redpanda-data/seastar/archive/2380681a29718c1e5760cb8559de4f6d487a6572.tar.gz",
sha256 = "8b71096e8c57a5a1a447638fc64b05686ecd7f079861de7a3fe3112fd0e4d6f7",
strip_prefix = "seastar-ef24a8bc3f7dca212dfe982911bb726e5d37cef5",
url = "https://github.com/redpanda-data/seastar/archive/ef24a8bc3f7dca212dfe982911bb726e5d37cef5.tar.gz",
patches = ["//bazel/thirdparty:seastar-fortify-source.patch"],
patch_args = ["-p1"],
)
Expand Down

0 comments on commit e04010f

Please sign in to comment.