Skip to content

Commit

Permalink
cmake: Update OSS cmake seastar pointer
Browse files Browse the repository at this point in the history
Match vtools seastar pointer and pull in the memory sampling changes.
  • Loading branch information
StephanDollberg committed Jun 14, 2023
1 parent 6c0f1c0 commit ec26919
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 777ad7c4c1e280c63877b80036a5b15fd0a6388a
GIT_TAG 6e869a2068ab27ca84ffbe0fe7f7f172fdcde01c
INSTALL_DIR @REDPANDA_DEPS_INSTALL_DIR@
CMAKE_COMMAND ${CMAKE_COMMAND} -E env ${cmake_build_env} ${CMAKE_COMMAND}
LIST_SEPARATOR |
Expand Down

0 comments on commit ec26919

Please sign in to comment.