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 2021/08/13 09:49:09 UTC

[GitHub] [incubator-teaclave-sgx-sdk] haerdib commented on issue #350: Update getrandom-sgx to v2.3

haerdib commented on issue #350:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/350#issuecomment-898336217


   I have forked & rebased on newest getrandom master commit: https://github.com/integritee-network/getrandom-sgx/pull/1 and I'd love to create a PR to getrandom-sgx. But I can't build it yet (& tests aren't passing) due the sampleenclave encountering the following errors:
   
   ```zsh
   error[E0557]: feature has been removed
     --> /home/bhaerdi/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/7c07ce0/sgx_unwind/lib.rs:24:12
      |
   24 | #![feature(unwind_attributes)]
      |            ^^^^^^^^^^^^^^^^^ feature has been removed
      |
      = note: use the C-unwind ABI instead
   
   error: cannot find attribute `unwind` in this scope
     --> /home/bhaerdi/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/7c07ce0/sgx_unwind/libunwind.rs:65:7
      |
   65 |     #[unwind(allowed)]
      |       ^^^^^^
   ```
   
   Do you know what I'm missing here?


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

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

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