You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2020/04/15 06:48:26 UTC

[GitHub] [incubator-teaclave-sgx-sdk] sammyne opened a new issue #224: What about arrange extended edl files with cargo?

sammyne opened a new issue #224: What about arrange extended edl files with cargo?
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/224
 
 
   ## Observation
   During daily development with this great SDK, we have to copy theses [edls](https://github.com/apache/incubator-teaclave-sgx-sdk/tree/master/edl) to local file system to use as extra searching paths for the `sgx_edger8r` tool for every project.
   
   There isn't any version control for these edls.
   
   Considering our projects with this SDK using rust and cargo, I think it would be nice to collect all these edls as a crate. If done, it would be possible for us to just collect these edls using `cargo vendor` command with a Cargo.toml specifying this crate as the only dependency. This also helps the version control.

----------------------------------------------------------------
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: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] volcano0dr commented on issue #224: What about arrange extended edl files with cargo?

Posted by GitBox <gi...@apache.org>.
volcano0dr commented on issue #224: What about arrange extended edl files with cargo?
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/224#issuecomment-615534530
 
 
   Good idea! I will consider using a  crate to control and compile these edls.

----------------------------------------------------------------
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: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] sammyne commented on issue #224: What about arrange extended edl files with cargo?

Posted by GitBox <gi...@apache.org>.
sammyne commented on issue #224: What about arrange extended edl files with cargo?
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/224#issuecomment-615540175
 
 
   I would be better if the common folder can be put into that crate also~ @volcano0dr 

----------------------------------------------------------------
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: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] teaclave-archiver commented on issue #224: What about arrange extended edl files with cargo?

Posted by GitBox <gi...@apache.org>.
teaclave-archiver commented on issue #224: What about arrange extended edl files with cargo?
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/224#issuecomment-613852759
 
 
   Good idea. These files can be included (
   https://doc.rust-lang.org/cargo/reference/manifest.html#the-exclude-and-include-fields)
   in sgx_tstd.
   
   On Tue, Apr 14, 2020 at 11:48 PM Sammy <no...@github.com> wrote:
   
   > ## Observation
   > During daily development with this great SDK, we have to copy theses
   > [edls](
   > https://github.com/apache/incubator-teaclave-sgx-sdk/tree/master/edl) to
   > local file system to use as extra searching paths for the `sgx_edger8r`
   > tool for every project.
   >
   > There isn't any version control for these edls.
   >
   > Considering our projects with this SDK using rust and cargo, I think it
   > would be nice to collect all these edls as a crate. If done, it would be
   > possible for us to just collect these edls using `cargo vendor` command
   > with a Cargo.toml specifying this crate as the only dependency. This also
   > helps the version control.
   >
   > --
   > You are receiving this because you are subscribed to this thread.
   > Reply to this email directly or view it on GitHub:
   > https://github.com/apache/incubator-teaclave-sgx-sdk/issues/224
   

----------------------------------------------------------------
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: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org