mirror of
https://github.com/ceph/ceph
synced 2025-02-19 00:47:49 +00:00
spawn: remove spawn submodule
Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
parent
9dd892e289
commit
79a64599c3
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -50,9 +50,6 @@
|
||||
[submodule "src/c-ares"]
|
||||
path = src/c-ares
|
||||
url = https://github.com/ceph/c-ares.git
|
||||
[submodule "src/spawn"]
|
||||
path = src/spawn
|
||||
url = https://github.com/ceph/spawn.git
|
||||
[submodule "src/pybind/mgr/rook/rook-client-python"]
|
||||
path = src/pybind/mgr/rook/rook-client-python
|
||||
url = https://github.com/ceph/rook-client-python.git
|
||||
|
@ -891,10 +891,6 @@ if(WITH_RBD)
|
||||
add_subdirectory(rbd_replay)
|
||||
endif(WITH_RBD)
|
||||
|
||||
set(SPAWN_BUILD_TESTS OFF CACHE INTERNAL "disable building of spawn unit tests")
|
||||
set(SPAWN_INSTALL OFF CACHE INTERNAL "disable installation of spawn headers")
|
||||
add_subdirectory(spawn)
|
||||
|
||||
# RadosGW
|
||||
if(WITH_KVS)
|
||||
add_subdirectory(key_value_store)
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 03d9e1b949b3f7f3c8036ba0e8b35a49c305a03e
|
Loading…
Reference in New Issue
Block a user