@@ -8,18 +8,18 @@ index 745f969..0adec66 100644
8
8
add_subdirectory(attachments)
9
9
- add_subdirectory(docker)
10
10
- add_subdirectory(nodes)
11
+ + #add_subdirectory(docker)
12
+ + #add_subdirectory(nodes)
11
13
diff --git a/attachments/CMakeLists.txt b/attachments/CMakeLists.txt
12
- index a790d8f..4b7921f 100644
14
+ index 7f4dd13..d6cbaee 100644
13
15
--- a/attachments/CMakeLists.txt
14
16
+++ b/attachments/CMakeLists.txt
15
- @@ -1,6 +1 @@
17
+ @@ -1,4 +1,4 @@
16
18
- add_subdirectory(nano_attachment)
17
- - if ("${ATTACHMENT_TYPE}" STREQUAL "envoy")
18
- - add_subdirectory(envoy)
19
- - else()
20
- - add_subdirectory(nginx)
21
- - endif()
22
- + add_subdirectory(nginx)
19
+ + #add_subdirectory(nano_attachment)
20
+ if ("${ATTACHMENT_TYPE}" STREQUAL "envoy")
21
+ add_subdirectory(envoy)
22
+ else()
23
23
diff --git a/attachments/nginx/ngx_module/CMakeLists.txt b/attachments/nginx/ngx_module/CMakeLists.txt
24
24
index 8c8ae92..e8f700a 100644
25
25
--- a/attachments/nginx/ngx_module/CMakeLists.txt
@@ -80,5 +80,7 @@ index 8285065..19cdc99 100644
80
80
@@ -1,4 +1,4 @@
81
81
add_subdirectory(shmem_ipc)
82
82
- add_subdirectory(shmem_ipc_2)
83
+ + #add_subdirectory(shmem_ipc_2)
83
84
add_subdirectory(compression)
84
85
add_subdirectory(attachments)
86
+
0 commit comments