Skip to content

Commit 8e7fb28

Browse files
authored
Update attachment.patch
Signed-off-by: Zoey <[email protected]>
1 parent 26f709c commit 8e7fb28

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

attachment.patch

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ index 745f969..0adec66 100644
88
add_subdirectory(attachments)
99
-add_subdirectory(docker)
1010
-add_subdirectory(nodes)
11+
+#add_subdirectory(docker)
12+
+#add_subdirectory(nodes)
1113
diff --git a/attachments/CMakeLists.txt b/attachments/CMakeLists.txt
12-
index a790d8f..4b7921f 100644
14+
index 7f4dd13..d6cbaee 100644
1315
--- a/attachments/CMakeLists.txt
1416
+++ b/attachments/CMakeLists.txt
15-
@@ -1,6 +1 @@
17+
@@ -1,4 +1,4 @@
1618
-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()
2323
diff --git a/attachments/nginx/ngx_module/CMakeLists.txt b/attachments/nginx/ngx_module/CMakeLists.txt
2424
index 8c8ae92..e8f700a 100644
2525
--- a/attachments/nginx/ngx_module/CMakeLists.txt
@@ -80,5 +80,7 @@ index 8285065..19cdc99 100644
8080
@@ -1,4 +1,4 @@
8181
add_subdirectory(shmem_ipc)
8282
-add_subdirectory(shmem_ipc_2)
83+
+#add_subdirectory(shmem_ipc_2)
8384
add_subdirectory(compression)
8485
add_subdirectory(attachments)
86+

0 commit comments

Comments
 (0)