mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1773592 - Pass --frozen to cargo-vet in CI. r=glandium
This is the new flag to ensure we don't hit the network. Differential Revision: https://phabricator.services.mozilla.com/D148869
This commit is contained in:
parent
2ad61545d2
commit
5bdca3b88c
@ -749,6 +749,7 @@ license file's hash.
|
||||
flags = ["--output-format=json"]
|
||||
if "MOZ_AUTOMATION" in os.environ:
|
||||
flags.append("--locked")
|
||||
flags.append("--frozen")
|
||||
res = cargo_vet(
|
||||
self,
|
||||
flags,
|
||||
|
Loading…
Reference in New Issue
Block a user