Skip to content

Commit

Permalink
fix(risedev): always use dev profile for risedev-dev in ci-start (#…
Browse files Browse the repository at this point in the history
…17756)

Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao authored Jul 19, 2024
1 parent 2a52dd3 commit 50ca100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ echo If you still feel this is not enough, you may copy $(tput setaf 4)risedev$(
[tasks.ci-start]
category = "RiseDev - CI"
dependencies = ["clean-data", "pre-start-dev"]
command = "target/${BUILD_MODE_DIR}/risedev-dev"
command = "target/debug/risedev-dev" # `risedev-dev` is always built in dev profile
args = ["${@}"]
description = "Clean data and start a full RisingWave dev cluster using risedev-dev"

Expand Down

0 comments on commit 50ca100

Please sign in to comment.