Skip to content

Commit 77b122c

Browse files
fix(build): Add missing Spider scheduler and worker binaries to task package's source list (fixes #1409). (#1416)
1 parent a88bb9d commit 77b122c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

taskfile.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ tasks:
115115
- "{{.G_CORE_COMPONENT_BUILD_DIR}}/clp-s"
116116
- "{{.G_CORE_COMPONENT_BUILD_DIR}}/indexer"
117117
- "{{.G_CORE_COMPONENT_BUILD_DIR}}/reducer-server"
118+
- "{{.G_SPIDER_BUILD_DIR}}/spider-build/src/spider/spider_scheduler"
119+
- "{{.G_SPIDER_BUILD_DIR}}/spider-build/src/spider/spider_worker"
118120
- "{{.TASKFILE}}"
119121
- "components/clp-mcp-server/dist/*.whl"
120122
- "components/clp-package-utils/dist/*.whl"

0 commit comments

Comments
 (0)