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.
Thomas Eizinger 8e746d08cd
Use `target_arch = "bpf"` for `panic_handler`-cfg
The `panic_handler` defined in the eBPF crate is only required if we are
compiling for the bpf target. When compiling for the host-system, be it to
run tests or by compiling the entire workspace with `cargo check --workspace`
we don't want to define the `panic_handler`, otherwise it will clash with
the one defined by the standard library.

Related: https://github.com/aya-rs/book/issues/214
4 weeks ago
..
src Use `target_arch = "bpf"` for `panic_handler`-cfg 4 weeks ago
Cargo.toml Always build eBPF; remove xtask 6 months ago
build.rs Always build eBPF; remove xtask 6 months ago