diff options
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ If builds/tests fail with missing libbpf headers (for example `bpf/bpf.h` not fo ```bash mage build # Build BPF object + Go binary (all is an alias) mage buildDocker # Build ior inside a Rocky Linux 9 container (writes binary to repo root) +mage buildDockerEl8 # Build ior inside a Rocky Linux 8 container (writes ior.el8 to repo root) mage test # Run all tests TEST_NAME=TestEventloop mage testWithName # Run specific test mage integrationTest # Build + run integration tests in parallel (parallelism capped to NumCPU) |
