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
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
..
bpf integration-test: compile C probes using build.rs 1 year ago
src integration-test: compile Rust probes using build.rs 1 year ago
tests integration-test: compile without touching disk 1 year ago
Cargo.toml integration-test: compile without touching disk 1 year ago
build.rs integration-test: build "fake" by default 1 year ago