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? -- 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/350#issuecomment-898336217
