mirror of https://github.com/aya-rs/aya
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: #914reviewable/pr920/r1
parent
b552c83300
commit
b23973dd9c
Loading…
Reference in New Issue