mirror of https://github.com/aya-rs/aya
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.
Retire the use of `CARGO_CFG_BPF_TARGET_ARCH` -- using a `cfg` allows cargo to properly use a cache per cfg, making `./clippy.sh` much faster. ``` Cold: ./clippy.sh --target x86_64-unknown-linux-gnu -p aya-build 75.38s user 137.28s system 211% cpu 1:40.43 total Warm: ./clippy.sh --target x86_64-unknown-linux-gnu -p aya-build 4.46s user 3.41s system 71% cpu 11.01 total ``` |
3 days ago | |
|---|---|---|
| .. | ||
| src | 3 days ago | |
| Cargo.toml | 8 months ago | |