Skip to content

Commit a616c2e

Browse files
committed
bazel: update seastar
To tip of 25.3.x-pre: f7a712e9b3, brings in the following changes: f7a712e9b disable exception interception when ASAN enabled 669874f2c Merge pull request #223 from redpanda-data/stephan/down-stream-iotune-io-queue 548c9c162 remove inadvertent BUILD, MODULE file checkin 26e1614ee Fix incorrect defaults for io queue iops/bandwidth 5e56a6afc Fix hang in io_queue for big write ioproperties numbers CORE-5571.
1 parent fe3160e commit a616c2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ def data_dependency():
162162
http_archive(
163163
name = "seastar",
164164
build_file = "//bazel/thirdparty:seastar.BUILD",
165-
sha256 = "4665a3f117c47e830e819e7b1184ace9f701d20487817f0c46e124b7b62750ba",
166-
strip_prefix = "seastar-737485d4e702a447c310e804cc9bfc57cb7c60cf",
167-
url = "https://github.com/redpanda-data/seastar/archive/737485d4e702a447c310e804cc9bfc57cb7c60cf.tar.gz",
165+
sha256 = "616e419ed198b33a0907ab555e62bbba115e2aaebb72eda9a661f6a70b5a2a59",
166+
strip_prefix = "seastar-f7a712e9b3bace919f50f52c4b5b3ff0079900fa",
167+
url = "https://github.com/redpanda-data/seastar/archive/f7a712e9b3bace919f50f52c4b5b3ff0079900fa.tar.gz",
168168
)
169169

170170
http_archive(

0 commit comments

Comments
 (0)