Skip to content

Commit

Permalink
disable cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfactorial committed May 14, 2023
1 parent ce87c96 commit e93e6a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/start-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions test/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ get-secrets:
bash scripts/create-env-file.sh \
--app-name $(APP_NAME) \
--env $(ENV)

0 comments on commit e93e6a6

Please sign in to comment.