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 7d51c98 commit 889f0efCopy full SHA for 889f0ef
build-config/buildspec-linux-ubuntu.yml
@@ -21,7 +21,7 @@ phases:
21
- . "$HOME/.cargo/env"
22
- rustup toolchain install `cat rust-toolchain.toml | grep channel | cut -d '=' -f2 | tr -d ' "'`
23
# Install tauri-cli, required for building and bundling the desktop app
24
- - cargo install --version 1.6.2 tauri-cli
+ - cargo install --version 1.6.2 --locked tauri-cli
25
# Install cross only if the musl env var is set and not null
26
- if [ ! -z "${AMAZON_Q_BUILD_MUSL:+x}" ]; then cargo install cross --git https://github.com/cross-rs/cross; fi
27
# Install python/node via mise (https://mise.jdx.dev/continuous-integration.html)
0 commit comments