diff options
Diffstat (limited to 'CLAUDE.md')
| -rw-r--r-- | CLAUDE.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -64,6 +64,10 @@ Deps are resolved from the SBo tree in the config (`SBO_TREE_CURRENT` / per run from the image's `/var/log/packages`), or 3. an override (see below). +With `--local-deps`, the target's own repo root (its grandparent dir) is +prepended to the search roots, so a dep that is a sibling in the same repo (not +on SBo) resolves and builds from there before the SBo tree is consulted. + Deps build first and are cached; the target always rebuilds (that is the test). ### current-vs-stable overrides @@ -101,7 +105,9 @@ built deps). Only **deps** are cached, never the target. `--stable` (15.0), `--dry-run`, `--yes`, `--no-cache`, `--keep` (copy the built target `.txz` to `<data>/kept/` so it can be installed on the host, e.g. to -regenerate post-install artifacts), `--no-color`. +regenerate post-install artifacts), `--local-deps` (also resolve deps from the +target's own repo, its grandparent dir, prepended before the SBo tree, for +packages whose deps are siblings in the same repo and not on SBo), `--no-color`. ## image-builder |
