mirror of https://github.com/linkerd/linkerd2.git
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> |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
Dockerfile | ||
Dockerfile-deps | ||
build.rs |