diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-22 18:16:59 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-22 18:16:59 +0200 |
| commit | 40ce5bc1d9da31b49f42e488d2ab5633e7c6a3fb (patch) | |
| tree | 33c6197180648d80f0e71b14803e102522059be5 /AGENTS.md | |
| parent | 3ec3c117bb280a377fea1a3eef84a70e2a3d4150 (diff) | |
Implement sync_file_range coverage and document mage world bootstrap
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ This file provides guidance to AI coding assistants working with the I/O Riot NG ## Build/Test Commands **Prerequisites**: Ensure libbpfgo is cloned at `../libbpfgo` relative to this repository. +If builds/tests fail with missing libbpf headers (for example `bpf/bpf.h` not found), run `mage world` first. It bootstraps generation/dependencies and is the preferred first troubleshooting step before retrying `mage test` or `go test`. ```bash mage all # Build everything (BPF objects and Go binary) |
