From e93e6a6c822c862faf178de4867396b874057642 Mon Sep 17 00:00:00 2001 From: max funk Date: Sat, 13 May 2023 19:12:47 -0700 Subject: [PATCH] disable cargo --- scripts/start-local.sh | 8 ++++---- test/makefile | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/start-local.sh b/scripts/start-local.sh index 2631b851..9969fcd5 100644 --- a/scripts/start-local.sh +++ b/scripts/start-local.sh @@ -28,10 +28,10 @@ for d in "${APP_DIRS[@]}"; do BUILD_SRC_PATH=$(yq "$CONF_PATH.build_src_path" $PROJECT_CONF) # use non shared make target to avoid cross build for rust - if [[ "$RUNTIME" == 'provided.al2' ]]; then - echo -e -n "\n${GREEN}*** compiling $d${RESET}\n" - make --no-print-directory -C "$d" compile-dev - fi + # if [[ "$RUNTIME" == 'provided.al2' ]]; then + # echo -e -n "\n${GREEN}*** compiling $d${RESET}\n" + # make --no-print-directory -C "$d" compile-dev + # fi # skip starting client in workflows if [[ "$CI" ]] && [[ "$d" == 'client' ]]; then diff --git a/test/makefile b/test/makefile index 7d088ab1..a2463b33 100644 --- a/test/makefile +++ b/test/makefile @@ -53,3 +53,4 @@ get-secrets: bash scripts/create-env-file.sh \ --app-name $(APP_NAME) \ --env $(ENV) +