mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-05-05 20:26:26 +02:00
Adds --locked to cargo install in CI
This commit is contained in:
parent
f87293cc38
commit
59af44cdb2
@ -18,7 +18,7 @@ commands:
|
||||
name: Setup Rust checks
|
||||
command: |
|
||||
rustup component add rustfmt
|
||||
cargo install cargo-audit
|
||||
cargo install --locked cargo-audit
|
||||
rustup component add clippy
|
||||
setup-python:
|
||||
steps:
|
||||
@ -140,7 +140,7 @@ commands:
|
||||
- run:
|
||||
name: Install sccache
|
||||
command: |
|
||||
cargo install sccache
|
||||
cargo install --locked sccache
|
||||
# This configures Rust to use sccache.
|
||||
echo 'export "RUSTC_WRAPPER"="sccache"' >> $BASH_ENV
|
||||
# This is the maximum space sccache cache will use on disk.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user