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
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
..
codegen xtask: corrected bpf to ebpf for path to aya-ebpf-bindings in codegen 6 months ago
docs.rs chore(aya-ebpf): Rename bpf -> ebpf 7 months ago
lib.rs rustfmt: group_imports = "StdExternalCrate" 12 months ago
main.rs rustfmt: group_imports = "StdExternalCrate" 12 months ago
public_api.rs xtask: allow public-api regen on aarch64-apple-darwin 9 months ago
run.rs integration-test: Fix build.rs output 7 months ago