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/.github/workflows
Michal Rostecki c383b5b731 workflows: Run clippy for user space and eBPF crates separately
Clippy triggers builds for the checked crates. Without any additional
arguments, it does so with the default toolchain for the default target.
The default target for x86_64 hosts is x86_64-unknown-linux-gnu. Also,
lack of additional arguments means using the std library.

To avoid issues coming from compiling eBPF crates for x86_64 target and
with std (like [0]), this change ensures that they are checked with
`--target bpfel-unknown-none` and `-Zbuild-std=core` options.

[0] https://github.com/aya-rs/aya/actions/runs/4669677849/jobs/8268452592
2 years ago
..
build-aya-bpf.yml Unpin Rust nightly 3 years ago
build-aya.yml integration-tests: run on macos to get nested virtualization 3 years ago
gen.yml .github: gen - add rustfmt to toolchain 3 years ago
integration-tests.yml integration-tests: run on macos to get nested virtualization 3 years ago
lint.yml workflows: Run clippy for user space and eBPF crates separately 2 years ago
release.yml readme: Add unreleased docs link 3 years ago