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
Thanks for the report and sorry about the trouble! This is a known bug that is getting fixed in the rust compiler, see rust-lang/compiler-builtins#440.
In the meantime you can workaround the problem building the ebpf code with:
cd aya-try-ebpf
cargo rustc -- -C link-arg=--disable-memory-builtins
This is my rustc version:
I just run
cargo xtask build-ebpf
and come across following error:The text was updated successfully, but these errors were encountered: