Skip to content

Commit

Permalink
build: Update seastar to avoid deprecated coroutine warning in clang-14
Browse files Browse the repository at this point in the history
Pulls in redpanda-data/seastar#22

Signed-off-by: Ben Pope <ben@redpanda.com>
  • Loading branch information
BenPope committed May 24, 2022
1 parent d5757a9 commit b4d3208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/oss.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ ExternalProject_Add(fmt

ExternalProject_Add(seastar
GIT_REPOSITORY https://github.com/redpanda-data/seastar.git
GIT_TAG 5531940ecd6fa6e5a30bbce8e0573db6f721d343
GIT_TAG 0fd17f4cb57365c4a340fbb4435fcc903871512a
INSTALL_DIR @REDPANDA_DEPS_INSTALL_DIR@
CMAKE_COMMAND ${CMAKE_COMMAND} -E env ${cmake_build_env} ${CMAKE_COMMAND}
CMAKE_ARGS
Expand Down

0 comments on commit b4d3208

Please sign in to comment.