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/test/integration-test
Thomas Eizinger 6d36fe13d3 aya-build: Allow setting Rust nightly version
At present, `aya_build` will always use `+nightly` to build the
eBPF kernel. This is problematic in environments such as CI, where
tools always need to be installed first. Installing the current
nightly Rust toolchain gives you a new toolchain every day. This
poisones caches and makes CI jobs non-deterministic.

Resolves: #1226
3 weeks ago
..
bpf feat(aya): Add iterator program type 5 months ago
src feat: Allow conversions to Program from ProgramInfo 3 weeks ago
Cargo.toml integration-test: use scopeguard over panic hook 1 month ago
build.rs aya-build: Allow setting Rust nightly version 3 weeks ago