You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesatee.apache.org by ms...@apache.org on 2019/12/05 00:59:14 UTC

[incubator-mesatee] branch master updated: [services] Generate proto only if change (#125)

This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mesatee.git


The following commit(s) were added to refs/heads/master by this push:
     new fe30a7c  [services] Generate proto only if change (#125)
fe30a7c is described below

commit fe30a7cd01c5bedfb5663a7f3044115780a06018
Author: TX <li...@gmail.com>
AuthorDate: Wed Dec 4 16:59:08 2019 -0800

    [services] Generate proto only if change (#125)
---
 mesatee_services/kms/proto/build.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mesatee_services/kms/proto/build.rs b/mesatee_services/kms/proto/build.rs
index 70c792f..a646f8b 100644
--- a/mesatee_services/kms/proto/build.rs
+++ b/mesatee_services/kms/proto/build.rs
@@ -20,6 +20,7 @@ include!("../../common/prost_build_generator.rs");
 
 #[cfg(not(feature = "mesalock_sgx"))]
 fn main() {
+    println!("cargo:rerun-if-changed=src/kms.proto");
     let src = PathBuf::from("src");
     let output = src.join("prost_generated");
     if !output.exists() {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@mesatee.apache.org
For additional commands, e-mail: commits-help@mesatee.apache.org