We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5571870 commit 23c1553Copy full SHA for 23c1553
cmake/dependencies.cmake
@@ -45,8 +45,8 @@ set(CMAKE_CXX_STANDARD
45
STRING
46
"C++ standard to build with.")
47
fetch_dep(seastar
48
- REPO https://github.com/redpanda-data/seastar.git
49
- TAG v24.3.x
+ REPO https://github.com/bashtanov/seastar
+ TAG ba7a220f1e40d3fddc6b280907c5e05ea2d2e9b3
50
PATCH_COMMAND sed -i "s/add_subdirectory (tests/# add_subdirectory (tests/g" CMakeLists.txt)
51
52
fetch_dep(avro
0 commit comments