linkerd2/proxy
Andrew Seigner 4e2eb18f1d
Use cargo frozen flag in build scripts (#206)
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>
2018-01-25 11:08:15 -08:00
..
src Move EosCtx to common for Tap and Telemetery (#204) 2018-01-24 15:48:00 -08:00
tests proxy: add transparent protocol detection and handling 2018-01-23 16:14:07 -08:00
Cargo.toml proxy: add transparent protocol detection and handling 2018-01-23 16:14:07 -08:00
Dockerfile Use cargo frozen flag in build scripts (#206) 2018-01-25 11:08:15 -08:00
Dockerfile-deps Use cargo frozen flag in build scripts (#206) 2018-01-25 11:08:15 -08:00
build.rs Use cargo:rerun-if-changed to avoid recompiling protos (#160) 2018-01-17 09:23:27 -08:00