summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Bodley <cbodley@redhat.com>2024-02-15 05:20:43 +0100
committerCasey Bodley <cbodley@redhat.com>2024-05-13 18:57:03 +0200
commit79a64599c339c82c7abbb29509cb2abbd1422426 (patch)
treef270e494c1fc448c3c91dfe913836ef08ddf5924
parentrgw: switch back to boost::asio for spawn() and yield_context (diff)
downloadceph-79a64599c339c82c7abbb29509cb2abbd1422426.tar.xz
ceph-79a64599c339c82c7abbb29509cb2abbd1422426.zip
spawn: remove spawn submodule
Signed-off-by: Casey Bodley <cbodley@redhat.com>
-rw-r--r--.gitmodules3
-rw-r--r--src/CMakeLists.txt4
m---------src/spawn0
3 files changed, 0 insertions, 7 deletions
diff --git a/.gitmodules b/.gitmodules
index b89bc7e7b28..0f10aaa96ed 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -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
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 73fa27ae34e..61b4e143e06 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -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)
diff --git a/src/spawn b/src/spawn
deleted file mode 160000
-Subproject 03d9e1b949b3f7f3c8036ba0e8b35a49c305a03