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
OS: based ubuntu 20.04 docker
Linux builder.docker 5.15.49-linuxkit #1 SMP Tue Sep 13 07:51:46 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
cargo-zigbuild version: v0.16.7
rust / cargo --version: cargo 1.66.1 (ad779e08b 2023-01-10)
wasmtime: https://github.com/bytecodealliance/wasmtime , with v8.0.1
psm: https://github.com/rust-lang/stacker
When I try to compiler wasmtime in Linux for target x86_64-unknown-linux-gnu, I found it fails to compiler crate psm, I cloned psm repo and compiler that, the same error happen.
I tried "cargo zigbuild" without target, then it works, so maybe related with target or some configuration, if someone know how to solve this would be highly appreciated.
thanks @messense , I tested with zig 2023-06-01 dev version, and don;t find this compiler error, it might related with: ziglang/zig#14467
I'll close this ticket.
Environment:
When I try to compiler
wasmtime
in Linux for targetx86_64-unknown-linux-gnu
, I found it fails to compiler cratepsm
, I clonedpsm
repo and compiler that, the same error happen.I tried "cargo zigbuild" without target, then it works, so maybe related with target or some configuration, if someone know how to solve this would be highly appreciated.
The text was updated successfully, but these errors were encountered: