You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/xtask/src/codegen
tyrone-wu b23973dd9c xtask: corrected bpf to ebpf for path to aya-ebpf-bindings in codegen
Currently, when running `cargo +nightly xtask codegen` locally and in
the codegen GHA workflow, an error occurs with only "Error: bindgen
failed" displayed.

This was due to a path using "bpf/..." instead of "ebpf/...". It is now
corrected to "ebpf", and bindgen fails should now display a more direct
message on why it failed.

Fixes: #914
10 months ago
..
aya.rs xtask: corrected bpf to ebpf for path to aya-ebpf-bindings in codegen 10 months ago
aya_ebpf_bindings.rs xtask: corrected bpf to ebpf for path to aya-ebpf-bindings in codegen 10 months ago
helpers.rs xtask: clippy warnings 4 years ago
mod.rs chore(aya-ebpf-bindings): Rename bpf -> ebpf 11 months ago