Last active
September 21, 2022 02:30
-
-
Save jayhuang75/5f4f82a9894b3b4a5a1d73934f8ea945 to your computer and use it in GitHub Desktop.
rust_serverless_trading_view_build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# build | |
cargo build --release --target=x86_64-unknown-linux-musl | |
# move to the bootstrap name | |
cp target/x86_64-unknown-linux-musl/release/rstvb bootstrap | |
# zip as lambda.zip | |
zip lambda.zip bootstrap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment