sccache: add --locked flag to cargo install
Closes #46156. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
12acb19d7c
commit
48ad1827ae
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class Sccache < Formula
|
|||
# https://crates.io/crates/openssl#manual-configuration
|
||||
ENV["OPENSSL_DIR"] = Formula["openssl@1.1"].opt_prefix
|
||||
|
||||
system "cargo", "install", "--root", prefix, "--path", ".",
|
||||
system "cargo", "install", "--locked", "--root", prefix, "--path", ".",
|
||||
"--features", "all"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue