Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ set(CMAKE_CXX_STANDARD
STRING
"C++ standard to build with.")
fetch_dep(seastar
REPO https://github.com/redpanda-data/seastar.git
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this used at all? i believe this change should be in vtools rather

TAG v24.3.x
REPO https://github.com/bashtanov/seastar
TAG ba7a220f1e40d3fddc6b280907c5e05ea2d2e9b3
PATCH_COMMAND sed -i "s/add_subdirectory (tests/# add_subdirectory (tests/g" CMakeLists.txt)

fetch_dep(avro
Expand Down