Skip to content

Commit

Permalink
chore: make devcluster to rebuild bindings before harness and webui. (
Browse files Browse the repository at this point in the history
  • Loading branch information
ioga authored Jan 24, 2024
1 parent 7f3ddfb commit 7c3650f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/devcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
startup_input: "p"

commands:
p: make -C harness clean build # rebuild Python
w: make -C webui build # rebuild Webui
c: make -C docs build # rebuild doCs
p: make -C bindings build && make -C harness clean build # rebuild Python
w: make -C bindings build && make -C webui build # rebuild Webui
c: make -C docs build # rebuild doCs (capital C is the mnemonic)

# Three stages: db, master, and agent.
stages:
Expand Down

0 comments on commit 7c3650f

Please sign in to comment.