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 31f80f6 commit c70cb13Copy full SHA for c70cb13
build-config/buildspec-linux.yml
@@ -22,7 +22,7 @@ phases:
22
- . "$HOME/.cargo/env"
23
- rustup toolchain install `cat rust-toolchain.toml | grep channel | cut -d '=' -f2 | tr -d ' "'`
24
# Install cross only if the musl env var is set and not null
25
- - if [ ! -z "${AMAZON_Q_BUILD_MUSL:+x}" ]; then cargo install cross --git https://github.com/cross-rs/cross; fi
+ - if [ ! -z "${AMAZON_Q_BUILD_MUSL:+x}" ]; then cargo install cross --git https://github.com/cross-rs/cross --locked; fi
26
# Install python/node via mise (https://mise.jdx.dev/continuous-integration.html)
27
- curl --retry 5 --proto '=https' --tlsv1.2 -sSf https://mise.run | sh
28
- mise install
0 commit comments