aya-rs / aya-template

A cargo-generate template for Rust eBPF Projects using Aya
81 stars 41 forks source link

Remove redundant instructions #92

Closed tamird closed 1 year ago

tamird commented 1 year ago

We just need to install bpf-linker; the rest of this is already encoded in rust-toolchain.toml.

Fixes #83.