mirror of https://github.com/linkerd/linkerd2.git
The cargo commands in our docker and ci scripts were at risk for modifying Cargo.lock and cache. Using cargo's --frozen flag (and --locked during fetch) ensures our build is consistent with what's defined across Cargo.toml, Cargo.lock, and cached build artifacts. Signed-off-by: Andrew Seigner <siggy@buoyant.io> |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
Dockerfile | ||
Dockerfile-deps | ||
build.rs |