Skip to content

Commit 650ef5f

Browse files
committed
let cargo-watch compile
1 parent dee4188 commit 650ef5f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/start-local.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ for d in "${APP_DIRS[@]}"; do
4444
RUNTIME=$(yq "$CONF_PATH.runtime" $PROJECT_CONF)
4545
BUILD_SRC_PATH=$(yq "$CONF_PATH.build_src_path" $PROJECT_CONF)
4646

47-
# compile rust before starting (skip when using pre-built binaries from services workflow artifacts)
48-
if [[ -z "$SERVICES_WORKFLOW" ]] && [[ "$RUNTIME" == "$RUST_RUNTIME" ]]; then
49-
echo -e -n "\n${GREEN}*** compiling $d${RESET}\n"
50-
make --no-print-directory -C "$d" compile
51-
fi
52-
5347
# skip starting client in services workflows
5448
if [[ "$SERVICES_WORKFLOW" ]] && [[ "$d" == 'client' ]]; then
5549
continue

0 commit comments

Comments
 (0)