Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameterize profile #31

Merged
merged 8 commits into from
Sep 26, 2019
Merged

Parameterize profile #31

merged 8 commits into from
Sep 26, 2019

Conversation

softprops
Copy link
Owner

@softprops softprops commented Sep 25, 2019

fixes: #21

build.sh Outdated
export CARGO_TARGET_DIR=$PWD/target/lambda
(
if [[ $# -gt 0 ]]; then
yum install -y "$@"
fi
# source cargo
. $HOME/.cargo/env
cargo build ${CARGO_FLAGS:-} --release
cargo build ${CARGO_FLAGS:-} --${PROFILE}
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--dev is not a supported flag. We need another way to do this

@softprops softprops merged commit ef8986c into master Sep 26, 2019
zamazan4ik referenced this pull request in rust-serverless/lambda-rust Nov 20, 2021
Configure WhiteSource Bolt for GitHub
tysg pushed a commit to tysg/lambda-rust that referenced this pull request Jan 21, 2022
…ate-limiting

fix(actions): 🐛 ECR rate limiting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add option to disable --release?
1 participant