You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0609]: no field `__rip` on type `__darwin_arm_thread_state64`
--> /Users/xxx/.cargo/registry/src/6github.com-1ecc6299db9ec823/wasmtime-runtime-0.22.0/src/traphandlers.rs:169:44
|
169 | (*cx.uc_mcontext).__ss.__rip as *const u8
| ^^^^^ unknown field
|
= note: available fields are: `__x`, `__fp`, `__lr`, `__sp`, `__pc` ... and 2 others
For more information about this error, try `rustc --explain E0609`.
error: could not compile `wasmtime-runtime` due to previous error
warning: build failed, waiting for other jobs to finish...
error: build failed
Compiling wasmtime-debug v0.22.0
error[E0609]: no field `__rip` on type `__darwin_arm_thread_state64`
--> /Users/xxx/.cargo/registry/src/6github.com-1ecc6299db9ec823/wasmtime-runtime-0.22.0/src/traphandlers.rs:169:44
|
169 | (*cx.uc_mcontext).__ss.__rip as *const u8
| ^^^^^ unknown field
|
= note: available fields are: `__x`, `__fp`, `__lr`, `__sp`, `__pc` ... and 2 others
For more information about this error, try `rustc --explain E0609`.
error: could not compile `wasmtime-runtime` due to previous error
warning: build failed, waiting for other jobs to finish...
error: build failed
Additional Information
Build latest substrate-node-template successfully
The text was updated successfully, but these errors were encountered:
Description
Build failed
Steps to Reproduce
I'm following this link to build a node to run on local https://docs.clover.finance/quick-start/using-local-node
Expected vs. Actual Behavior
Build successfully
Environment
rustup show
):Logs, Errors or Screenshots
Additional Information
Build latest
substrate-node-template
successfullyThe text was updated successfully, but these errors were encountered: