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/12/15 10:12:09 UTC

[GitHub] [incubator-teaclave] gaojunjie03 opened a new issue #443: 关于自定义添加外部依赖到crates-io问题

gaojunjie03 opened a new issue #443:
URL: https://github.com/apache/incubator-teaclave/issues/443


   我添加了一下第三方依赖到crates-io的vendor上,在A服务器编译成功了,然后我提交代码(第三方源)到我的git crates-io仓库中,teaclave主仓库也更新了crates-io。 然后我再另外一台B机器上安装编译teaclave时,发现会出现crates-io中的依赖会出现list checksum的问题 说这个文件期待值是某个hash值  但实际上是这个hash值(.cargo-checksum.json)。
   我把A机器上的crates-io整个vendor目录拷贝到B服务器上的crates-io就没问题了。 但是这样再换一台机器安装teaclave还是会出现list checksum的问题。
   这个该如何解决呢?


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] gaojunjie03 closed issue #443: 关于自定义添加外部依赖到crates-io问题

Posted by GitBox <gi...@apache.org>.
gaojunjie03 closed issue #443:
URL: https://github.com/apache/incubator-teaclave/issues/443


   


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] mssun commented on issue #443: 关于自定义添加外部依赖到crates-io问题

Posted by GitBox <gi...@apache.org>.
mssun commented on issue #443:
URL: https://github.com/apache/incubator-teaclave/issues/443#issuecomment-745560980


   你的 submodule 没有 commit?


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] mssun commented on issue #443: 关于自定义添加外部依赖到crates-io问题

Posted by GitBox <gi...@apache.org>.
mssun commented on issue #443:
URL: https://github.com/apache/incubator-teaclave/issues/443#issuecomment-746761441


   感觉没问题,你能确认一下 pull 下来的 crates-io 的 submodule 是你新的地址么 (https://xxx/crates-io)?


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] gaojunjie03 commented on issue #443: 关于自定义添加外部依赖到crates-io问题

Posted by GitBox <gi...@apache.org>.
gaojunjie03 commented on issue #443:
URL: https://github.com/apache/incubator-teaclave/issues/443#issuecomment-745715338


   我是这样提交的,因为其他方案对我无效 所以我采用以下方案,不知是否有问题?
   在teaclve主仓库下执行以下:
   ![image](https://user-images.githubusercontent.com/30582212/102295414-3a3a5100-3f86-11eb-8e0f-88c08d337e65.png)
   


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org