Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
So to build/check things using the bpf target one can: cd bpf && cargo check && cargo build without having to manually pass --target=bpfel-unknown-none -Z build-std=core. It also fixes cargo xtask docs, since the command relies on bpf docs being built with the bpfel-unknown-none target.
- Loading branch information