linkerd2/proxy
Eliza Weisman 2b20a8bb10
Use cargo:rerun-if-changed to avoid recompiling protos (#160)
As @seanmonstar noticed, the build script will currently re-compile all the protobufs regardless of whether or not they have changed, making the build much slower. 

This PR modifies it to emit `cargo:rerun-if-changed=` for all the protobuf files, so they will only be regenerated if one of them changes.

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
2018-01-17 09:23:27 -08:00
..
src Add Protocol field to Transports telemetry (#138) 2018-01-11 16:00:38 -08:00
tests Proxy: Use production config parsing in tests (#25) 2017-12-13 19:27:50 -06:00
Cargo.toml Prepare the repo for the v0.1.1 release (#75) 2017-12-20 10:51:53 -08:00
Dockerfile Fix Go and Proxy dependency image SHAs (#117) 2018-01-08 11:19:49 -08:00
Dockerfile-deps Fix Go and Proxy dependency image SHAs (#117) 2018-01-08 11:19:49 -08:00
build.rs Use cargo:rerun-if-changed to avoid recompiling protos (#160) 2018-01-17 09:23:27 -08:00