Bigna Härdi
Bigna Härdi
We're facing the same issue when upgrading to `nightly-2022-02-02`: ```zsh error[E0432]: unresolved import `core::prelude::v1::llvm_asm` --> /home/.cargo/git/checkouts/incubator-teaclave-sgx-sdk-f208006cdf70a903/08264d6/sgx_tstd/src/prelude/v1.rs:49:64 | 49 | format_args_nl, include, include_bytes, include_str, line, llvm_asm, log_syntax, module_path, | ^^^^^^^^ no...
Is there any update on the rust-toolchain upgrade? We're also blocked because of a recently stabilized feature `bool::then_some` in rust 1.62 in June.
Hi @dingelish, [scs/jsonrpc#1](https://github.com/scs/jsonrpc/pull/1) was merged and is working well. Thank you very much for your support so far!
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)...
We were able to test it and it seems to work perfectly. `proc-macro` was updated to `v1.0.32` and rust version to `nightly-2021-10-01`, which successfully built & run. (https://github.com/integritee-network/worker/pull/486) Currently, not...
Update: Upgrade to rust-toolchain `nightly-2021-10-30` and later is not possible, because of the following error: ```bash error[E0522]: definition of an unknown language item: `begin_panic_fmt` --> /.cargo/git/checkouts/incubator-teaclave-sgx-sdk-f208006cdf70a903/19355dc/sgx_tstd/src/panicking.rs:406:1 | 406 | #[lang...
Can't assign anyone as a reviewer, so I'm posting it here for now: https://github.com/mesalock-linux/log-sgx/pull/11 Let me know if there's anything I need to add.
@bkchr Any news on this? I'll happily split the PR, keep it up to date.. if there's a chance, this can go through.
>I believe so :) This is a foundation for https://github.com/paritytech/polkadot-sdk/issues/25 Awesome! I'll do the rebase by the end of this week then. I'll ping you once finished.
> We may need to merge `paritytech/master` into `haerdib:add-serde-feature-to-primitives` to make CI green. Normally `bot rebase` should do the trick. Not sure if this works for non-paritytech branches. Merged