Skip to content

Commit 70f3912

Browse files
committed
Keep seq deploy tasks in seq repo
1 parent 1a41f53 commit 70f3912

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

flow.toml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -170,21 +170,6 @@ name = "rl-capture-logs"
170170
command = "sh -lc \"cd $HOME/code/seq && f agent-qa-capture-logs\""
171171
description = "Tail background Claude/Codex Q/A ingest daemon logs from seq."
172172

173-
[[tasks]]
174-
name = "seq-release-deploy"
175-
command = "sh -lc 'cd \"$HOME/code/seq\" && SEQ_CXX_STD=\"${SEQ_CXX_STD:--std=c++2c}\" bash ./cli/cpp/run.sh deploy && python3 tools/seqd_launchd.py status'"
176-
description = "Build seq with the latest local LLVM release settings and restart the launchd-managed seqd."
177-
178-
[[tasks]]
179-
name = "seq-release-deploy-llvm-project"
180-
command = "sh -lc 'LLVM_ROOT=\"${SEQ_LLVM_ROOT:-$HOME/repos/llvm/llvm-project/build}\"; [ -x \"$LLVM_ROOT/bin/clang++\" ] || { echo \"missing local llvm-project clang++ at $LLVM_ROOT/bin/clang++\" >&2; exit 1; }; cd \"$HOME/code/seq\" && SEQ_LLVM_ROOT=\"$LLVM_ROOT\" SEQ_CXX_STD=\"${SEQ_CXX_STD:--std=c++2c}\" bash ./cli/cpp/run.sh deploy && python3 tools/seqd_launchd.py status'"
181-
description = "Build seq against a locally built llvm-project clang toolchain and restart seqd."
182-
183-
[[tasks]]
184-
name = "seqd-status"
185-
command = "sh -lc 'cd \"$HOME/code/seq\" && python3 tools/seqd_launchd.py status'"
186-
description = "Show the current launchd status for seqd."
187-
188173
[[tasks]]
189174
name = "deploy-with-hub-reload"
190175
command = "FLOW_PROFILE=release ./scripts/deploy.sh && f hub stop && FLOW_DOCS_FOCUS=1 f hub"

0 commit comments

Comments
 (0)