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:
Bobby Holley 2022-06-10 02:11:07 +00:00
parent 2ad61545d2
commit 5bdca3b88c

View File

@ -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,