You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesatee.apache.org by GitBox <gi...@apache.org> on 2019/12/04 22:18:27 UTC

[GitHub] [incubator-mesatee] mssun opened a new issue #123: sgxapp-kms target won't cache build results

mssun opened a new issue #123: sgxapp-kms target won't cache build results
URL: https://github.com/apache/incubator-mesatee/issues/123
 
 
   The build system doesn't cache the output of the `sgxapp-kms` target. It guess this is caused by autogenerated protocol file introduced in this PR (#112).
   ```
   $ make
   [  0%] Built target prep
   [  7%] Built target pycomponent
   [  9%] Building unixapp-config_gen
       Finished release [optimized] target(s) in 0.13s
   [  9%] Built target unixapp-config_gen
   [ 12%] Building sgxapp-acs
       Finished release [optimized] target(s) in 0.09s
   [ 12%] Built target sgxapp-acs
   [ 14%] Building sgxlib-acs
       Finished release [optimized] target(s) in 1.08s
   [ 14%] Built target sgxlib-acs
   [ 17%] Building sgxapp-functional_test
       Finished release [optimized] target(s) in 0.09s
   [ 17%] Built target sgxapp-functional_test
   [ 19%] Building sgxlib-functional_test
      Compiling functional_test_enclave v0.1.0 (/home/mssun/incubator-mesatee/build/cmake_tomls/sgx_trusted_lib/tests/functional_test/sgx_trusted_lib)
       Finished release [optimized] target(s) in 1.74s
   [ 19%] Built target sgxlib-functional_test
   [ 21%] Building sgxapp-fns
       Finished release [optimized] target(s) in 0.09s
   [ 21%] Built target sgxapp-fns
   [ 24%] Building sgxlib-fns
      Compiling kms_proto v0.1.0 (/home/mssun/incubator-mesatee/build/cmake_tomls/sgx_trusted_lib/mesatee_services/kms/proto)
      Compiling tdfs_internal_proto v0.1.0 (/home/mssun/incubator-mesatee/build/cmake_tomls/sgx_trusted_lib/mesatee_services/tdfs/internal/proto)
      Compiling tdfs_internal_client v0.1.0 (/home/mssun/incubator-mesatee/build/cmake_tomls/sgx_trusted_lib/mesatee_services/tdfs/internal/client)
      Compiling fns_enclave v0.1.0 (/home/mssun/incubator-mesatee/build/cmake_tomls/sgx_trusted_lib/mesatee_services/fns/sgx_trusted_lib)
       Finished release [optimized] target(s) in 10.30s
   [ 24%] Built target sgxlib-fns
   [ 26%] Building sgxapp-kms
      Compiling kms_proto v0.1.0 (/home/mssun/incubator-mesatee/build/cmake_tomls/sgx_untrusted_app/mesatee_services/kms/proto)
      Compiling kms v0.1.0 (/home/mssun/incubator-mesatee/build/cmake_tomls/sgx_untrusted_app/mesatee_services/kms/sgx_app)
       Finished release [optimized] target(s) in 2.33s
   [ 26%] Built target sgxapp-kms
   [ 29%] Building sgxlib-kms
      Compiling kms_proto v0.1.0 (/home/mssun/incubator-mesatee/build/cmake_tomls/sgx_trusted_lib/mesatee_services/kms/proto)
      Compiling kms_enclave v0.1.0 (/home/mssun/incubator-mesatee/build/cmake_tomls/sgx_trusted_lib/mesatee_services/kms/sgx_trusted_lib)
       Finished release [optimized] target(s) in 3.35s
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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