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
Tamir Duberstein 6ac1320707
integration-test: build "fake" by default
Use the environment variable AYA_BUILD_INTEGRATION_BPF to indicate to
the build script that it should *actually* build bpf, otherwise emitting
empty files.

This allows metadata builds to skip costly build steps without
sacrificing ergonomics; all compile-time tools such as cargo clippy work
out of the box.

Cargo even gives each of these builds (depending on the value of the
environment variable) its own cache key, so they do not invalidate each
other when the user alternates between metadata and real builds.

This allows the lint action to move out of the VM.
1 year ago
..
build-aya-bpf.yml Add pt_regs handling in aya-bpf/args.rs for riscv64 1 year ago
build-aya.yml github: update Swatinem/rust-cache@{v1,v2} 1 year ago
gen.yml integration-test: compile C probes using build.rs 1 year ago
integration-tests.yml integration-test: compile C probes using build.rs 1 year ago
lint.yml integration-test: build "fake" by default 1 year ago
release.yml build(deps): bump mikepenz/release-changelog-builder-action from 3 to 4 (#624) 1 year ago