We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee4188 commit 650ef5fCopy full SHA for 650ef5f
scripts/start-local.sh
@@ -44,12 +44,6 @@ for d in "${APP_DIRS[@]}"; do
44
RUNTIME=$(yq "$CONF_PATH.runtime" $PROJECT_CONF)
45
BUILD_SRC_PATH=$(yq "$CONF_PATH.build_src_path" $PROJECT_CONF)
46
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
-
53
# skip starting client in services workflows
54
if [[ "$SERVICES_WORKFLOW" ]] && [[ "$d" == 'client' ]]; then
55
continue
0 commit comments