[Tarantool-patches] [PATCH 1/9] rlist: move rlist to a new module

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Fri Feb 12 03:09:59 MSK 2021


On 11.02.2021 07:50, Oleg Babin wrote:
> I've noticed that you've missed to add new file to vshard/CMakeList.txt [1]
> 
> It will break the build.
> 
> 
> [1] https://github.com/tarantool/vshard/blob/master/vshard/CMakeLists.txt#L9

Thanks for noticing! Fixed:

====================
diff --git a/vshard/CMakeLists.txt b/vshard/CMakeLists.txt
index 607be54..1063da8 100644
--- a/vshard/CMakeLists.txt
+++ b/vshard/CMakeLists.txt
@@ -7,4 +7,4 @@ add_subdirectory(router)
 
 # Install module
 install(FILES cfg.lua error.lua consts.lua hash.lua init.lua replicaset.lua
-        util.lua lua_gc.lua DESTINATION ${TARANTOOL_INSTALL_LUADIR}/vshard)
+        util.lua lua_gc.lua rlist.lua DESTINATION ${TARANTOOL_INSTALL_LUADIR}/vshard)
====================


More information about the Tarantool-patches mailing list