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
Michal Rostecki 0107a99b49 integration-test: Prefer system-wide lld over rust-lld on Linux
rust-lld on Linux  is unaware of system libraries and seems like there is
no way to point it to them. That often triggers issues like:

```
cargo:warning=error: linking with `rust-lld` failed: exit status: 1ger, ppv-lite86, libc...
cargo:warning=  |
cargo:warning=  = note: LC_ALL="C" PATH="/home/vadorovsky/.rustup/toolchains/stable-x86_64-un
cargo:warning=  = note: rust-lld: error: unable to find library -lgcc_s
cargo:warning=          rust-lld: error: unable to find library -lc
cargo:warning=
cargo:warning=
cargo:warning=
cargo:warning=error: aborting due to 1 previous error
```

More explanation:

https://users.rust-lang.org/t/enabling-rust-lld-for-aarch64-unknown-linux-gnu/113243/2
https://github.com/rust-lang/rust/issues/130062#issuecomment-2336050640

Fixes #907
2 weeks ago
..
libbpf@20ea95b450 xtask: Generate new bindings 6 months ago
public-api aya-ebpf: Add set_reply accessor to SockOpsContext 2 weeks ago
src integration-test: Prefer system-wide lld over rust-lld on Linux 2 weeks ago
Cargo.toml chore: Don't use path deps in workspace 7 months ago