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
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
6 months ago
..
libbpf@a2258003f2 xtask: move libbpf submodule 1 year ago
public-api Appease clippy 6 months ago
src xtask: corrected bpf to ebpf for path to aya-ebpf-bindings in codegen 6 months ago
Cargo.toml chore: Don't use path deps in workspace 7 months ago